]> git.evergreen-ils.org Git - Evergreen.git/commit
TPAC: Strip the "page" GET param from author searches
authorDan Scott <dan@coffeecode.net>
Wed, 17 Aug 2011 21:18:54 +0000 (17:18 -0400)
committerDan Scott <dan@coffeecode.net>
Wed, 17 Aug 2011 21:18:54 +0000 (17:18 -0400)
commit16b9e665371dae76fde0db3e0b63387e89a895df
tree53f9867ffd827ca28d10858a37a21a3aab0bd056
parentdeadf59b3d98b52ee1175843c7fe91836cfb16ae
TPAC: Strip the "page" GET param from author searches

mkurl() generates a URL that, by default, retains all of the parameters
that the currnt query string includes - useful for retaining library
search scope, etc. However, searches for authors that are launched by
clicking on the author's name in the search results page / record
details were failing in many cases because the "page" parameter came
along with it - and if there weren't five pages of results for page=5,
for example, then no hits would be shown.

This commit removes the page param from the URL. In other places, all of
the params are stripped (see cnbrowse) but as I assume we want to retain
search scope and potentially other parameters, we'll start with the
smallest possible change.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/templates/default/opac/parts/record/summary.tt2
Open-ILS/src/templates/default/opac/parts/result/table.tt2