typesense / typesense-instantsearch-adapter

A JS adapter library to build rich search interfaces with Typesense and InstantSearch.js
MIT License
402 stars 63 forks source link

add option to exclude unbound numeric ranges #203

Open anthonybachour opened 5 months ago

anthonybachour commented 5 months ago

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