Bugzilla – Attachment 50264 Details for
Bug 15541
Prevent normalization during matching/import process
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15541: [QA Follow-up] Add new SimpleSearch argument to POD
Bug-15541-QA-Follow-up-Add-new-SimpleSearch-argume.patch (text/plain), 1.69 KB, created by
Marcel de Rooy
on 2016-04-15 09:40:54 UTC
(
hide
)
Description:
Bug 15541: [QA Follow-up] Add new SimpleSearch argument to POD
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2016-04-15 09:40:54 UTC
Size:
1.69 KB
patch
obsolete
>From b53157854bf0ab311f3a729cc59904aa3da25970 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 15 Apr 2016 11:04:57 +0200 >Subject: [PATCH] Bug 15541: [QA Follow-up] Add new SimpleSearch argument to > POD >Content-Type: text/plain; charset=utf-8 > >Also moved one line conform the order of arguments. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > C4/Search.pm | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > >diff --git a/C4/Search.pm b/C4/Search.pm >index eb178ae..1d52785 100644 >--- a/C4/Search.pm >+++ b/C4/Search.pm >@@ -159,7 +159,7 @@ sub FindDuplicate { > > =head2 SimpleSearch > >-( $error, $results, $total_hits ) = SimpleSearch( $query, $offset, $max_results, [@servers] ); >+( $error, $results, $total_hits ) = SimpleSearch( $query, $offset, $max_results, [@servers], [$skip_normalize] ); > > This function provides a simple search API on the bibliographic catalog > >@@ -168,9 +168,10 @@ This function provides a simple search API on the bibliographic catalog > =item C<input arg:> > > * $query can be a simple keyword or a complete CCL query >- * @servers is optional. Defaults to biblioserver as found in koha-conf.xml > * $offset - If present, represents the number of records at the beginning to omit. Defaults to 0 > * $max_results - if present, determines the maximum number of records to fetch. undef is All. defaults to undef. >+ * @servers is optional. Defaults to biblioserver as found in koha-conf.xml >+ * $skip_normalize is optional. This flag prevents the s/:/=/g and s/=/:/g normalization which may not always be necessary or even could mangle the search terms (URLs). Used by C4::Matcher::get_matches. > > > =item C<Return:> >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 15541
:
46848
|
47022
|
50264
|
50971
|
57852
|
59295
|
61216