You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
does typesense adapter support Date Range Picker or something similar, basically being able to filter between two dates, or before/after certain date. is there any example how to do that with typesense
It seems like the datepicker widget you shared just relies on the date being in a Unix timestamp format in the field you're using. So it should work out of the box with Typesense.
Let me know if you run into any issue, and I can take a closer look.
does typesense adapter support Date Range Picker or something similar, basically being able to filter between two dates, or before/after certain date. is there any example how to do that with typesense
example from instantsearch.js
also how can I add dates or date ranges as facets & refinements:
The text was updated successfully, but these errors were encountered: