Summary: | can't use ? character in searches | ||
---|---|---|---|
Product: | Koha | Reporter: | Nicole C. Engard <nengard> |
Component: | Searching | Assignee: | Jared Camins-Esakov <jcamins> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | major | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | chris, jcamins, jonathan.druart |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: | proposed patch |
Description
Nicole C. Engard
2011-01-22 19:38:18 UTC
Let me clarify, you can use it is it's a keyword search, but if it's a keyword search with a limit it appears to break. Created attachment 3674 [details] [review] proposed patch in fact, the character '?' is truncate if QueryAutoTruncate='automatically', else this patch perform a good search : '?' doesn't break and returns all results. Pushed please test |