(bug #3584) detect ccl queries
authorHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Fri, 18 Dec 2009 11:16:46 +0000 (12:16 +0100)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Thu, 28 Jan 2010 14:11:46 +0000 (15:11 +0100)
commit640595651f6138847d4d64a569b972b84c7ebdbc
tree9fe285acd9f4944bc41102e812ba1281e8fc8d88
parent0fa37b5bb40c44242f6c85ce8346812c47730489
(bug #3584) detect ccl queries

This patch C4::Search::buildQuery to detect ccl queries, and let zebra to parse them.
And set a default index "kw" if not specified.
This improve the detection of ccl queries, and do not duplicate the "ccl=" value.
Adding = as an index sign
Followup to 3037ff9e81149615f94d3c4ff0e5b4c5240f3ce9

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
C4/Search.pm