Bug 9150 - Add id and relevance as sort options for authorities search
Summary: Add id and relevance as sort options for authorities search
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Cataloging (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Fridolin Somers
QA Contact:
URL:
Keywords:
Depends on: 9123
Blocks:
  Show dependency treegraph
 
Reported: 2012-11-27 08:17 UTC by Fridolin Somers
Modified: 2024-08-14 18:27 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fridolin Somers 2012-11-27 08:17:17 UTC
In authorities search page, sort orders are only alphabetical and none.
C4::AuthoritiesMarc::SearchAuthorities provides a sort by authority id (auth_header.authid).
So we could add search order by id in authorities search page, it can be useful to find more recent or oldest authorities.
Comment 1 Gaetan Boisson 2015-10-09 13:31:30 UTC
Sorting by id seems to be what the "none" choice for sorting does. It would be practical to let the user choose this explicitly, and choose between older to newer or newer to older. It would also be interesting to have a "relevance" sorting option available, similar to what we have in bibliographic search. Searching for "history" would then bring up the "History" record higher than "European history".
Comment 2 Esther Melander 2024-08-14 18:27:35 UTC
It would also be nice to be able to sort by authority type when doing a default search.