]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1522538: Improper detection of jtitle search type
authorMike Rylander <mrylander@gmail.com>
Thu, 3 Dec 2015 21:13:09 +0000 (16:13 -0500)
committerKathy Lussier <klussier@masslnc.org>
Wed, 13 Jan 2016 13:50:21 +0000 (08:50 -0500)
commit5a20b1e93aa2fdd5695c4a483e3fade0c5a66ab3
tree07b3cafa77d3f5603b87c15cb7bf9e3ced08d3ba
parent39cd8725b42ec2312ff238bf3367784477172dca
LP#1522538: Improper detection of jtitle search type

Before this change, the system would only check the first qtype URL parameter
to see if it needed to apply the journal title "bib_level(s)" filter.  Instead
it should check each qtype in turn while it turns an advanced search into a
simple search string.  Here the code is moved into place to accomplish that.

To test, load all test datasets into a fresh database.  Perform an advanced
search on journal title for "proceedings" (no quotes) using the second search
input row.  Before this commit, two records are retrieved.  After, only one
is retrieved.

Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm