https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40243 Bug ID: 40243 Summary: Single word search terms for 'Title as phrase' searches don't limit properly Change sponsored?: --- Product: Koha Version: 24.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Searching Assignee: koha-bugs@lists.koha-community.org Reporter: sbrown@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org When using the Title as phrase index on Elasticsearch, single-word searches return results with additional words in the title. A title as phrase search for 'gift horse' returns what I would expect - 'A gift horse', 'The gift horse', and 'Gift horse'. However, a title as phrase search for 'horse' returns 'The horse', 'War horse', 'The gift horse', 'Horse adventures' (etc.). This happens regardless of whether the search term is surrounded by quotations. And in the testing above, QueryAutoTruncate was set to 'only if * is added.' -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.