https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36678
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #165440|0 |1 is obsolete| | --- Comment #4 from David Nind <[email protected]> --- Created attachment 165649 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=165649&action=edit Bug 36678: Index fields with non-filing characters in both versions Currently we only remove non-filing characters for sort fields, however, this can make searching difficult. This patch adds the filing form to the index as well to aid in searching. To test: 0 - Setup Koha with Elasticsearch 1 - Import the sample record on this report: "L'amour de l'art" 2 - Search for "amour de l'art" - no results 3 - Apply patch 4 - Reindex 5 - Search for "amour de l'art" - result! 6 - Search for "title:amour de l'art" - result! Signed-off-by: David Nind <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
