Bug 14401: Zebra index configuration doesn't allow exact search for C.
authorKatrin Fischer <katrin.fischer@bsz-bw.de>
Wed, 17 Jun 2015 10:28:39 +0000 (12:28 +0200)
committerMason James <mtj@kohaaloha.com>
Sat, 25 Jul 2015 13:20:11 +0000 (01:20 +1200)
2 lines in the Zebra configuration files prevent an exact search for C.,
while all other [A-Z]. searches work correctly.

After taking a look at the  /etc/zebradb/etc/word-phrase-utf.chr
those 2 lines cause the problem:

map (^c\.)          @
map (^C\.)          @

I propose to remove them.

To test:
- Catalog a record with an item with callnumber: C.
- Catalog a record with an item with callnumber: B.
- Try seaching for the second using callnum,ext:B. (exact field search)
  - Verify search works.
- Try searching for the other with callnum,ext:C.
  - Verify no result.
- Apply the patch - copy the zebra config file if necessary into the right spot
- Reindex
- Repeat searches - both should not bring up the correct record.

Signed-off-by: Indranil Das Gupta (L2C2 Technologies) <indradg@gmail.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Mason James <mtj@kohaaloha.com>

etc/zebradb/etc/word-phrase-utf.chr

index b773db8..e8cf57e 100644 (file)
@@ -304,9 +304,7 @@ map (^Cop\.)        @
 map (^COP\s)        @
 map (^COP\.)        @
 map (^c\s)          @
-map (^c\.)          @
 map (^C\s)          @
-map (^C\.)          @
 map (^\[sd\])       @
 map (^\[s\.d\.\])   @
 map (^\[Sd\])       @