bug 2958: fix search results navigation for CCL, CQL, and PQF queries
authorGalen Charlton <galen.charlton@liblime.com>
Thu, 9 Apr 2009 14:55:41 +0000 (09:55 -0500)
committerGalen Charlton <galen.charlton@liblime.com>
Sat, 18 Apr 2009 15:42:13 +0000 (10:42 -0500)
commit5889ea4c58b0f47b240620610671e26ad02c5653
tree1d704c1c191ebfcc3caad48ef7b401080a9b7c25
parent0f4d55f03389eef8f96f994429bac4d393c5ad31
bug 2958: fix search results navigation for CCL, CQL, and PQF queries

The shortcut to build $query_cgi in C4::Search::buildQuery()
for CCL, CQL, and PQF queries is incorrect, as (for now)
the "q=" prefix is required.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
C4/Search.pm