http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12323
--- Comment #9 from David Cook <[email protected]> --- (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. _______________________________________________ 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/
