Bug 20655 - Z3950 Authorities search is unordered
Summary: Z3950 Authorities search is unordered
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Z39.50 / SRU / OpenSearch Servers (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-24 20:05 UTC by Nick Clemens
Modified: 2019-07-04 01:53 UTC (History)
5 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Clemens 2018-04-24 20:05:35 UTC
Try doing simple search for a new authority from Z39, say
Keyword (any): hilton

Each page of results is sorted by heading, but going to next page leads to a new sorted list.

The results should be sorted overall as biblio results are.

I suspect some difficulty is finding the right sort across results, but something like below seems to work in yaz-client:

find @or @attr 1=1002 hilton @attr 7=1 @attr 1=1002 0

if I run that on a more generic search though:
find @or @attr 1=21 cats @attr 7=1 @attr 1=1002 0

I seem to break the connection
Comment 1 David Cook 2019-07-04 01:53:59 UTC
I'd have to take a look and get my hands dirty to have an opinion on this one, but I'm preoccupied at the moment. Sounds interesting though.