Do not quote SRU = search if index is used by Z39.50 collab/dyrcona/supercat-unquote-z3950
authorJason Stephenson <jason@sigio.com>
Wed, 15 May 2019 17:57:18 +0000 (13:57 -0400)
committerJason Stephenson <jason@sigio.com>
Wed, 15 May 2019 17:57:18 +0000 (13:57 -0400)
commit899742e0119893e43769c11c4a43f466dceaf3e5
treeb8f7e8b13ef5638e5c893afd15b46c9485d5ddd8
parent1adb00509209c3ebd223701612b1f2692b17e3bc
Do not quote SRU = search if index is used by Z39.50

We configure z39.50 to use the eg.keyword, eg.title, and eg.author
indexes.  One client in particular does "=" searches when it probably
means "all."  To give that client all of the results that it expects,
we modify SuperCat to not quote the terms of an = search when one of
the previous indexes is being used.

Signed-off-by: Jason Stephenson <jason@sigio.com>
Signed-off-by: Jason Boyer <JBoyer@library.in.gov>
Open-ILS/src/perlmods/lib/OpenILS/WWW/SuperCat.pm