Bug 16704 - Sorting authority search result doesn't work properly after 50 page
Summary: Sorting authority search result doesn't work properly after 50 page
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: Cataloging (show other bugs)
Version: Main
Hardware: PC All
: P5 - low normal (vote)
Assignee: Galen Charlton
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-10 07:44 UTC by Michal Dudzik
Modified: 2017-06-14 22:10 UTC (History)
2 users (show)

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


Attachments
screenshot (222.22 KB, image/jpeg)
2016-06-10 07:44 UTC, Michal Dudzik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Dudzik 2016-06-10 07:44:30 UTC
Created attachment 52212 [details]
screenshot
Comment 1 Michal Dudzik 2016-06-10 07:54:00 UTC
Problem exist in OPAC and Intranet when sorting Heading A-Z or Z-A.

Regards
Michał Dudzik
Comment 2 Zeno Tajoli 2016-06-10 08:52:50 UTC
Result of sort searches has a limits in zebra. Parmater 'sortmax'.
See etc/zebradb/zebra-biblios-dom.cfg
and etc/zebradb/zebra-authorities-dom.cfg:

# Specifies the maximum number of records that will be sorted in a result set.
# If the result set contains more than that limit, the records after the limit
# will not be sorted. If omitted, the default value is 1,000.