https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19575
David Gustafsson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #81303|0 |1 is obsolete| | --- Comment #53 from David Gustafsson <[email protected]> --- Created attachment 81304 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=81304&action=edit Bug 19575: Use canonical field names and resolve aliased fields Adjust elastic search mappings to more closely match Zebra equivalents resolving serveral issues with coded Zebra searches in templates and sorting of search results in UI. Also make field names in search strings case insensitive to accept case variations in template links and user input. To test: 1) Go to a biblio detail page 2) Click a link under "Publisher" or "Provider" 3) This link should yield no search results 4) Search for "ISBN:x" where x is a valid isbn. 5) The search should yield no results. 6) Apply patch 7) Reset mappings 8) Perform a full reindexing 9) Go to a biblio detail page and click "Publisher" or "Provider" again 10) The link should now yield search results 11) Search for "ISBN:x" again 12) The search should now yield search results 13) Also try searching for "isbn:x" and "Isbn:x" 14) This should also work and yield search results Sponsored-by: Gothenburg University Library Signed-off-by: Nick Clemens <[email protected]> -- 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/
