Bugzilla – Attachment 54375 Details for
Bug 17107
Add ident and Identifier-standard to known indexes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17107 - Add ident and Identifier-standard to known indexes
Bug-17107---Add-ident-and-Identifier-standard-to-k.patch (text/plain), 1.34 KB, created by
Jonathan Druart
on 2016-08-12 13:01:35 UTC
(
hide
)
Description:
Bug 17107 - Add ident and Identifier-standard to known indexes
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-08-12 13:01:35 UTC
Size:
1.34 KB
patch
obsolete
>From 3581ca5072451cbce8949f70086131ba06c52fbc Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Thu, 11 Aug 2016 10:58:40 +0200 >Subject: [PATCH] Bug 17107 - Add ident and Identifier-standard to known > indexes > >Add ident and Identifier-standard to known indexes in C4::Search::getIndexes(). >Those indexes can be very useful, for example for IdRef feature. > >Test plan : >- Make sure some records have a field indexed with Identifier-standard, ISBN=1234 for example >- Perform a search /cgi-bin/koha/opac-search.pl?idx=ident,phr&q=1234 >=> you find the record >- Perform a search /cgi-bin/koha/opac-search.pl?q=ident:1234 >=> Without patch : you get no results >=> With patch : you find the record >Idem for 'Identifier-standard' > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > C4/Search.pm | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/C4/Search.pm b/C4/Search.pm >index 88dbc80..d9a193c 100644 >--- a/C4/Search.pm >+++ b/C4/Search.pm >@@ -1136,6 +1136,8 @@ sub getIndexes{ > 'Heading-use-subject-added-entry', > 'Host-item', > 'id-other', >+ 'ident', >+ 'Identifier-standard', > 'Illustration-code', > 'Index-term-genre', > 'Index-term-uncontrolled', >-- >2.8.1
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 17107
:
54290
|
54292
| 54375