https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20244
Ere Maijala <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #73373|0 |1 is obsolete| | --- Comment #9 from Ere Maijala <[email protected]> --- Created attachment 74321 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=74321&action=edit Bug 20244: Improve ES indexing: join subfields with at least a space, handle linked fields, index ISBN versions and create single-valued sort fields. https://bugs.koha-community.org/show_bug.cgi?id=20244 Test plan (ISBN): 1. Make sure you have recent Catmandu::Identifiers module installed. 2. Add records with alternate scripts (e.g. the attached sample record). 3. Make sure the records can be found also with the alternate script. 4. Add a record with an ISBN-10 or ISBN-13 that can be converted to ISBN-10 (e.g. 1-56619-909-3). 5. Verify that the record can be found by searching for "1-56619-909-3", "1566199093", "978-1-56619-909-4" and "9781566199094". Test plan (joining fields): 1. Add a record that has a 650 field with multiple subfields and no punctuation between fields (e.g. record 19 from https://github.com/joubu/koha-misc4dev/tree/master/data/sql/marc21/1611/after_17196). 2. Verify that you can find the record by entering all terms from the 650 field. Test plan (sorting): 1. Add three records with "Novels" as 240a field and "A", "B" and "C" as 245a field. 2. Search for "Novels", sort by title and make sure the results are in correct order. -- 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/
