Summary: | Searches with QueryParser activated are broken if an Uppercase is used in the index name | ||
---|---|---|---|
Product: | Koha | Reporter: | Mathieu Saby <mathsabypro> |
Component: | Searching | Assignee: | Galen Charlton <gmcharlt> |
Status: | CLOSED WONTFIX | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | jonathan.druart, m.de.rooy |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Bug Depends on: | |||
Bug Blocks: | 12742 |
Description
Mathieu Saby
2013-12-07 13:57:50 UTC
How do you reproduce this bug? Is it still valid in master? (In reply to Owen Leonard from comment #1) > How do you reproduce this bug? Is it still valid in master? Yes, it is. Not sure if this is exactly the same problem. But it is similar at least: Activate QueryParser pref. Type search: Control-number:[your-record-number-here] This search fails. Type search: Control-number=[your-record-number-here] This works. Note that the detail page contains links from e.g. article to magazine via 773 with a record control number that use the character [:]. They do not work. IIRC QueryParser was not finished/polished and usable in production, lowering severity. We've voted to remove the QueryParser code (https://wiki.koha-community.org/wiki/Development_IRC_meeting_4_March_2020), so I am closing this WONTFIX. |