typesense-instantsearch-adapter
typesense-instantsearch-adapter copied to clipboard
add option to exclude unbound numeric ranges
Change Summary
Ability to exclude an unbound range Example: range <= 2 && range >= 4 becomes filter:!=[2..4]
This is useful for filter for results excluding certain timestamps for example.
PR Checklist
- [x] I have read and signed the Contributor License Agreement.