]> git.evergreen-ils.org Git - working/Evergreen.git/commit
OPAC: Make advanced search -> numeric search -> bib cn hone in on right target
authorLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Wed, 2 Oct 2013 19:18:17 +0000 (15:18 -0400)
committerDan Wells <dbw2@calvin.edu>
Mon, 7 Oct 2013 20:03:22 +0000 (16:03 -0400)
commita2430dbbe629eaf9c3f745f38b23b396e83b930b
tree9f29007ba77289f28673cadff24f02463f5b99c6
parent3a2112a8dca891c502fe7f77adfc1a499d6117bd
OPAC: Make advanced search -> numeric search -> bib cn hone in on right target

The bib call number search under the advanced search page's numeric
search pane was doing the wrong thing.  By thinking the search field
desired was called 'bib_cn' where it's actually called 'bibcn', it
generated searches that just fell back to the broader search class
'identifier'.  This would often find your matches, but would also find
too many records that *shouldn't* have been matches.

Discovered with help from Erica Rohlfs and Mike Rylander.

Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/src/templates/opac/parts/advanced/numeric.tt2