]> 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:44:51 +0000 (08:44 -0500)
commita841f7e50acd27565ef21734c4cbbeee096d051c
tree327825b1d1980b53f4d6e30860f160744977f861
parent7844c5e4ed473a2b7b9e09a849ec1adadc7fe134
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