http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15541

--- Comment #3 from David Cook <[email protected]> ---
This is turning out to be harder than expected...

In C4::Matcher::get_matches, it creates a query like
"qualifier,qualifier:value" for QP, or "qualifier,qualifier=value" for non-QP.

That's OK... but in C4::Search::SimpleSearch, QP gets turned off by
"qualifier,qualifier" so it becomes a non-QP query... but it's created with a
":" instead of a "=".

This matters because we need a "=" instead of a ":" for the non-QP query... and
we can't wholesale change ":" to "=" because of the URL syntax required by the
URL register...

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to