https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38749 Bug ID: 38749 Summary: Truncation doesn't work with Zebra phrase searches Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Searching - Zebra Assignee: koha-bugs@lists.koha-community.org Reporter: dcook@prosentient.com.au QA Contact: testopia@bugs.koha-community.org If you do a "Keyword as phrase" search in Koha when using Zebra, a search for 'testa testb*' will turn into this: (rk=(kw,phr: testa and kw,phr,rtrn:testb )) This may or may not make sense when doing a wrdl or word search, but it certainly doesn't make sense when doing a phr phrase search, because it breaks up the terms in the phrase you were searching. That said... Zebra doesn't support * for doing a masked/wildcard search, so it's not clear at a glance how a person could fix this. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.