https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16863 Bug ID: 16863 Summary: Quotes around search term cause search failure if QueryAutoTruncate is not enabled. Change sponsored?: --- Product: Koha Version: 3.22 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Searching Assignee: gmcharlt@gmail.com Reporter: barton@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org The following search will succedd if the system preference 'quryautotruncate' is set to 'always' but will fail if set to 'only if * is added'. http://intranet.bywatersolutions.com/cgi-bin/koha/catalogue/search.pl?q=%22T... This causes issues because call number links in the search results are quoted. To replicate: 1/ Set quryautotruncate to 'only if * is added'. 2/ Run a keyword search, with quotes around the title, e.g. "The Hobbit" Seearch will fail 3/ Set quryautotruncate to 'always' 4/ Re-run the same search. It will succeed. -- You are receiving this mail because: You are watching all bug changes.