Summary: | Elasticsearch truncates range searches when QueryAutoTruncate is enabled | ||
---|---|---|---|
Product: | Koha | Reporter: | Nick Clemens (kidclamp) <nick> |
Component: | Searching - Elasticsearch | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | |
Severity: | normal | ||
Priority: | P5 - low | CC: | anneli.osterman, fridolin.somers, hagud, jonathan.druart, joonas.kylmala |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: |
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28316 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24129 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28899 |
||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: |
Description
Nick Clemens (kidclamp)
2020-04-03 13:32:28 UTC
*** Bug 27955 has been marked as a duplicate of this bug. *** In my tests (version 22.11 and in PTFS Europe's sandbox v. 23.06) QueryAutoTruncate affects also when you try to make the search "available:true". If QueryAutoTruncate is set to "Automatically" the search works if you use the Availability facet but not when you write the same search term in the search box. If you set the system preference to "only if * is added" the search term "available:true" works also in search box. Is this the same error or should I file a new bug for this one? |