]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Forward port r17847: Make query parser a bit more careful when converting convenience...
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 22 Sep 2010 02:12:32 +0000 (02:12 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 22 Sep 2010 02:12:32 +0000 (02:12 +0000)
commit8bf953a617228083378d9d924e29834855bbb978
tree2adbe67ec87d640c36e484f7e9a4881091955aab
parentb91cec20658b95e526859c8fc18de94c85d41ba8
Forward port r17847: Make query parser a bit more careful when converting convenience classes to search classes

Queries like "Heart disease: a global problem" were getting converted to series searches
due to the trailing "se:" in the search terms. This change ensures that the convenience
class is either at the start of the input or preceded by whitespace.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@17883 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm