Bugzilla – Attachment 2890 Details for
Bug 3735
Wrong search results for a few fields in ccl.properties
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch file
0022-bug3735-ccl-v33p.patch (text/plain), 2.29 KB, created by
Marcel de Rooy
on 2010-12-20 12:36:24 UTC
(
hide
)
Description:
Patch file
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2010-12-20 12:36:24 UTC
Size:
2.29 KB
patch
obsolete
>From 1705f00ef9c5e33f9015f334e85b7b05844ebad1 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Mon, 15 Nov 2010 13:58:04 +0100 >Subject: [PATCH] bug3735 >Content-Type: text/plain; charset="utf-8" > >--- > C4/Search.pm | 4 ++++ > etc/zebradb/ccl.properties | 27 ++++++++++++++------------- > 2 files changed, 18 insertions(+), 13 deletions(-) > >diff --git a/C4/Search.pm b/C4/Search.pm >index d36459a..3247d31 100644 >--- a/C4/Search.pm >+++ b/C4/Search.pm >@@ -855,7 +855,9 @@ sub getIndexes{ > 'id-other', > 'Illustration-code', > 'ISBN', >+ 'isbn', > 'ISSN', >+ 'issn', > 'itemtype', > 'kw', > 'Koha-Auth-Number', >@@ -874,12 +876,14 @@ sub getIndexes{ > 'mc-itemtype', > 'mc-rtype', > 'mus', >+ 'name', > 'Name-geographic', > 'Name-geographic-heading', > 'Name-geographic-see', > 'Name-geographic-seealso', > 'nb', > 'Note', >+ 'notes', > 'ns', > 'nt', > 'pb', >diff --git a/etc/zebradb/ccl.properties b/etc/zebradb/ccl.properties >index 4bca55e..18c3b69 100644 >--- a/etc/zebradb/ccl.properties >+++ b/etc/zebradb/ccl.properties >@@ -1115,19 +1115,20 @@ sort3 7=3 > > ################################################### > # Rules for a few bath atts >-keyTitle = 1=33 >-possessingInstitution = 1=1044 >-name = 1=1002 >-personalName = 1=1 >-corporateName = 1=2 >-conferenceName = 1=3 >-uniformTitle = 1=6 >-isbn = 1=7 >-issn = 1=8 >-geographicName = 1=58 >-notes = 1=63 >-topicalSubject = 1=1079 >-genreForm = 1=1075 >+# For recent changes in this section, see Bugzilla #3735 >+#keyTitle 1=33 >+#possessingInstitution 1=1044 >+name 1=1002 >+#personalName 1=1 >+#corporateName 1=2 >+#conferenceName 1=3 >+#uniformTitle 1=6 >+isbn 1=7 >+issn 1=8 >+#geographicName 1=58 >+notes 1=63 >+#topicalSubject 1=1079 >+#genreForm 1=1075 > > ################################################### > # Rules for a few GILS fields >-- >1.6.0.6 >
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 3735
: 2890 |
3343