[Koha-bugs] [Bug 33610] Accelerated Reading Level Search not accurate

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 4 14:36:32 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33610

--- Comment #2 from Nick Clemens <nick at bywatersolutions.com> ---
We use the elasticsearch query string query, you want to do a range search:
https://www.elastic.co/guide/en/elasticsearch/reference/7.17/query-dsl-query-string-query.html#_ranges

Try:
arl:[6 TO 7}

That should get you 6 and above up to, but excluding 7

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list