typesense-instantsearch-adapter icon indicating copy to clipboard operation
typesense-instantsearch-adapter copied to clipboard

add option to exclude unbound numeric ranges

Open anthonybachour opened this issue 1 year ago • 0 comments

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

anthonybachour avatar May 06 '24 20:05 anthonybachour