[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
Thu Jun 19 06:30:57 CEST 2014


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

--- Comment #6 from David Cook <dcook at prosentient.com.au> ---
Created attachment 28972
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28972&action=edit
Bug 12323 [SIGNED OFF] - Acquisitions search results fixed in order of
biblionumber

The acquisitions search is exhibiting the same behavior as bug 11410.
Results are always fixed in order of biblionumber, among other possible
issues ( including the ampersand issue ).

Test Plan:
1) From an open basket, choose "Add to basket"
2) Run a search for "From an existing record"
3) Note the "View MARC" URLs are fixed in order of biblionumber
4) Apply this patch
5) Refresh the page
6) Note the results are no longer fixed in order of biblionumber

Signed-off-by: David Cook <dcook at prosentient.com.au>

Works as described.

I think the code could be a bit tidier, but I think it makes sense to
use buildQuery here. It'll detect CCL, CQL, and PQF queries, as well
as parsing a regular keyword search as one would expect when searching
the catalogue.

It also has the added bonus of performing relevance searching,
so long as QueryAutoTruncation is off, and so long as library staff
avoid using the "*" truncation wildcard (see bug 12430).

While there are simpler ways to fix this acq bug, I think this was
probably the best move, as it adds a bit to the consistency of what
librarians can expect from their search results.

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


More information about the Koha-bugs mailing list