Bugzilla – Attachment 54292 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.27 KB, created by
Fridolin Somers
on 2016-08-11 10:00:41 UTC
(
hide
)
Description:
Bug 17107 - Add ident and Identifier-standard to known indexes
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2016-08-11 10:00:41 UTC
Size:
1.27 KB
patch
obsolete
>From 4c8d6be98813643908f21697bedd79194793b2ca 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' >--- > 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.7.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 17107
:
54290
|
54292
|
54375