[Bug 31278] New: ISBN and ISSN searching should quote the query terms
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.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31278 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |23919 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23919 [Bug 23919] Make ISSN searchable with and without hyphen -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31278 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |tomascohen@gmail.com |ity.org | CC| |katrin.fischer@bsz-bw.de, | |nick@bywatersolutions.com -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31278 --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Quoting works nicely where we construct the searches from data int he records, but not sure about auto-quoting manual inputs because I believe this disables truncation with * in Zebra and possibly in Elasticsearch has a similar effect? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31278 Bug 31278 depends on bug 23919, which changed state. Bug 23919 Summary: Make ISSN searchable with and without hyphen https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23919 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org