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)
committerTomas Cohen Arazi <tomascohen@unc.edu.ar>
Mon, 22 Jun 2015 14:26:13 +0000 (11:26 -0300)
commitf86743d893b61a4609d2f02a175db9944710067e
tree8eb283b6cdd500bf8ac0f5e3a449ef8d1cde7520
parent865321f3726c3b6065ef72107017c4171630d140
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: Tomas Cohen Arazi <tomascohen@unc.edu.ar>
etc/zebradb/etc/word-phrase-utf.chr