[Koha-bugs] [Bug 28807] New: Item search should search repeated subfields sequentially

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 3 19:30:27 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28807

            Bug ID: 28807
           Summary: Item search should search repeated subfields
                    sequentially
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Searching
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: andrew at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org

Say we have a bib with two 650$a tags, "cheese" and "corn." If we set the 650$a
up as a searchable field in item search, our search terms will be compared to
the string "cheese corn." That means we end up having to wildcard our search
terms in both directions to account for the possibility that they might have a
term on either side in the record ("%cheese%" and "%corn%").

This would work better if we compared our search term to each value
individually, rather than to the concatenated string of all values.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list