[Koha-bugs] [Bug 12323] Acquisitions search results fixed in order of biblionumber

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 7 02:04:37 CEST 2014


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

--- Comment #9 from David Cook <dcook at prosentient.com.au> ---
(In reply to Katrin Fischer from comment #7)
> (In reply to Kyle M Hall from comment #2)
> > Note: UseQueryParser needs to be disabled.
> 
> I have tested this and with QueryParser set to "Try" my search results are
> NOT sorted by biblionumber.
> 
> With QueryParser set to "Do not try" the results are sorted. 
> 
> Is this the expected behaviour?

This should be the expected behaviour, as the QueryParser doesn't rely on
buildQuery for performing relevance searching (relevance searching is built
into the QP config). So the QP will have the same results before and after this
patch, while non-QP will be very different (i.e. relevance only added when
using this patch).

Ideally, we would just use QueryParser here (as buildQuery isn't very good at
parsing free-form searches), but until we transition more completely to
QueryParser, I suppose this makes sense.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list