Bugzilla – Attachment 23109 Details for
Bug 10486
Allow external Z39.50 targets to be searched from the OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10486 followup - fix pazpar2 configuration file
Bug-10486-followup---fix-pazpar2-configuration-fil.patch (text/plain), 1.75 KB, created by
Jesse Weaver
on 2013-11-22 21:53:27 UTC
(
hide
)
Description:
Bug 10486 followup - fix pazpar2 configuration file
Filename:
MIME Type:
Creator:
Jesse Weaver
Created:
2013-11-22 21:53:27 UTC
Size:
1.75 KB
patch
obsolete
>From 0d7141334fa41d8a83565be65c3595108b9547b5 Mon Sep 17 00:00:00 2001 >From: Jesse Weaver <pianohacker@gmail.com> >Date: Fri, 22 Nov 2013 14:50:07 -0700 >Subject: [PATCH] Bug 10486 followup - fix pazpar2 configuration file > >This removes some deprecated elements and changes the name of some >others. For an existing install, you will need to make the following >changes to your installed pazpar2.xml configuration file: > > 1. Remove the <sortkey/> and <index/> tags from <relevance>, <sort> > and <mergekey>. > 2. Change the <normalize ...> tags to <transform ...>. >--- > etc/pazpar2/pazpar2.xml | 11 ++++------- > 1 file changed, 4 insertions(+), 7 deletions(-) > >diff --git a/etc/pazpar2/pazpar2.xml b/etc/pazpar2/pazpar2.xml >index a3a3404..53f22db 100644 >--- a/etc/pazpar2/pazpar2.xml >+++ b/etc/pazpar2/pazpar2.xml >@@ -8,28 +8,25 @@ > > <relevance> > <icu_chain id="relevance" locale="el"> >- <normalize rule="[:Control:] Any-Remove"/> >+ <transform rule="[:Control:] Any-Remove"/> > <tokenize rule="l"/> >- <normalize rule="[[:WhiteSpace:][:Punctuation:]] Remove"/> >+ <transform rule="[[:WhiteSpace:][:Punctuation:]] Remove"/> > <casemap rule="l"/> >- <index/> > </icu_chain> > </relevance> > > <sort> > <icu_chain id="sort" locale="el"> >- <normalize rule="[[:Control:][:WhiteSpace:][:Punctuation:]] Remove"/> >+ <transform rule="[[:Control:][:WhiteSpace:][:Punctuation:]] Remove"/> > <casemap rule="l"/> >- <sortkey/> > </icu_chain> > </sort> > > <mergekey> > <icu_chain id="mergekey" locale="el"> > <tokenize rule="l"/> >- <normalize rule="[[:Control:][:WhiteSpace:][:Punctuation:]] Remove"/> >+ <transform rule="[[:Control:][:WhiteSpace:][:Punctuation:]] Remove"/> > <casemap rule="l"/> >- <index/> > </icu_chain> > </mergekey> > >-- >1.8.4.rc3
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 10486
:
19142
|
19143
|
19226
|
19227
|
19680
|
21687
|
21734
|
22084
|
22540
|
23109
|
23112
|
23113
|
24036
|
24206
|
24207
|
24208
|
25235
|
25236
|
25979
|
26002
|
26017
|
26129
|
26804
|
26988
|
27275
|
27276
|
27438
|
27439
|
27440
|
27559
|
27756
|
27781
|
27783
|
27785
|
27786
|
27787
|
27788
|
27789
|
27790