]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Improve search term propagation from page to page
authorsenator <lebbeous@esilibrary.com>
Tue, 15 Mar 2011 17:47:10 +0000 (13:47 -0400)
committersenator <lebbeous@esilibrary.com>
Tue, 15 Mar 2011 17:47:10 +0000 (13:47 -0400)
commitf866ef090fa39ab5b1e5f3a29a78dd284399a59c
treecca9f13b7d907e977ddc3d41ddb2e1ef377fcce3
parent669c9f34aeceb0e012cf907cfa4aa489524e6f45
Improve search term propagation from page to page

Also, for things like the author link on the record detail page, build a
link with 'qtype=author&query=JK Rowling' instead of 'query=au:JK Rowling'

The latter works, but causes the search form to look stupid.
Query type dropdown will be set to keyword by default, and the term will
be "au:JK Rowling", which will be a head scratcher for 99% of real
users.
Open-ILS/web/templates/default/opac/myopac/circs.tt2
Open-ILS/web/templates/default/opac/myopac/holds.tt2
Open-ILS/web/templates/default/opac/myopac/main.tt2
Open-ILS/web/templates/default/opac/parts/header.tt2
Open-ILS/web/templates/default/opac/parts/record/summary.tt2
Open-ILS/web/templates/default/opac/parts/result/table.tt2
Open-ILS/web/templates/default/opac/parts/searchbar.tt2
Open-ILS/web/templates/default/opac/results.tt2