https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33610
--- Comment #2 from Nick Clemens <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
