http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9072
Priority: P5 - low
Change sponsored?: ---
Bug ID: 9072
CC: [email protected]
Assignee: [email protected]
Summary: Add sort order option to Linker
Severity: enhancement
Classification: Unclassified
OS: All
Reporter: [email protected]
Hardware: All
Status: NEW
Version: master
Component: Cataloging
Product: Koha
When linking biblio to authorities, matching authorities search is made with
'AuthidAsc' sort order hardcoded.
This patch allows to set sort order in LinkerOptions syspref (HeadingAsc,
HeadingDsc, AuthidAsc or AuthidDsc).
Without option, sort order 'AuthidAsc' is used like previsously.
This is useful for FirstMatch or LastMatch linkers where results order is
important.
PS :
This solves a problem with some headings.
ie : headings "History" and "History of art".
The linker search for "History" will return both headings.
With linker FistMatch and "HeadingAsc" sort order, the heading "History" will
be first and so will match.
--
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/