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)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Tue, 26 May 2009 19:15:11 +0000 (21:15 +0200)
commitc9356742c50f326247fd018a5f5fc4b7c1324f64
tree0ebcc0b8f97be8643754559e93c080346453e5bf
parentae2497782de800152405a99dbf022e482798c5cf
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>
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
C4/Search.pm