Deleted a line the removed single quotes (') from search strings
authorLiam Whalen <lwhalen@evergreen-dev.catalogue.nrcan.gc.ca>
Wed, 20 Jul 2011 16:49:27 +0000 (12:49 -0400)
committerMike Rylander <mrylander@gmail.com>
Wed, 3 Aug 2011 16:59:45 +0000 (12:59 -0400)
commite8fb1f54fdc871dc313641d035d25370b171babf
tree52297d2fb32212b04637449f6334e98ec4d98863
parent640662feefb62aabdfe673f5614f2dafdff4c0df
Deleted a line the removed single quotes (') from search strings

The multiclass_query function replaces single quotes with spaces (') ( ).
This causes a problem when toggling between Advanced and Basic search.
If a search is conducted with a ' in it, that quote appears in the
basic search box displayed above the results.  However, if the user
then clicks the 'Advanced' button to toggle to the advanced search
the single quote is missing from the search term.  By removing the line
$query =~ /s/'/ /go; from Biblio.pm this problem is resolved.

Signed-off-by: Liam Whalen <lwhalen@evergreen-dev.catalogue.nrcan.gc.ca>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm