| Summary: | Can't use indexname "acqdate,st-date-normalized" in keyword search | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
| Component: | Searching | Assignee: | Galen Charlton <gmcharlt> |
| Status: | CLOSED WORKSFORME | QA Contact: | Testopia <testopia> |
| Severity: | minor | ||
| Priority: | P5 - low | CC: | fridolin.somers |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20765 | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
|
Description
Katrin Fischer
2017-01-03 22:18:48 UTC
Wildcard * is not a CCL syntax. One must use "rt" (right truncation) : acqdate,rt:2016-12 You may use "ge" (greater or equal) or "le" or "gt" or "lt", with "st-date-normalized" : acqdate,ge,st-date-normalized:2016-12-01 Funny thing "acqdate,st-date-normalized,ge" does not work. Frido, that took a while, but it works, I think also with ge at the end in 20.11. Thanks! |