Bug 20655

Summary: Z3950 Authorities search is unordered
Product: Koha Reporter: Nick Clemens (kidclamp) <nick>
Component: Z39.50 / SRU / OpenSearch ServersAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: dcook, KonigDelos, kyle, m.de.rooy
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Nick Clemens (kidclamp) 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.