https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30249 Bug ID: 30249 Summary: Search limit by itemtype fails when itemtype codes are too similar Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Searching Assignee: koha-bugs@lists.koha-community.org Reporter: andrew@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org To recreate: - create itemtypes BK, EBK, and E-BK - catalog one bib in each itemtype, all with the same title - perform a search for that title, see all 3 bibs in your results and all 3 itemtypes in your facets - limit your search to just the BK itemtype - confirm both the BK and E-BK records still show in your results but the EBK record does not Somewhere in the execution of this search, we're failing to properly parse "E-BK" as distinct from "BK." -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.