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)
commit5ca9430d1e7233adfb8af461ddc5cecd7470c39f
treecf035135ca325c3b22c26bba84277259b8bf97f7
parent65d406d3a63fab0cca336cf23202a4986f595280
Bug 14401: Zebra index configuration doesn't allow exact search for C.

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