https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31278 Bug ID: 31278 Summary: ISBN and ISSN searching should quote the query terms Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Searching Assignee: koha-bugs@lists.koha-community.org Reporter: tomascohen@gmail.com QA Contact: testopia@bugs.koha-community.org It doesn't. To reproduce: 1. Open your logs: $ restart_all ; tail -f /var/log/koha/kohadev/*.log 2. Open the advanced search page 3. Search on ISBN and/or ISSN, for the term 123:456=789 => FAIL: The logs =~ m/ [WARN] WARNING: query problem with nb=(rk=(123:456=789)) ZOOM error 10014 "CCL parsing error" (addinfo: "Unknown qualifier") from diag-set 'ZOOM' at /kohadevbox/koha/C4/Search.pm line 350. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.