algoliainstantsearch.jsinstantsearchreact-instantsearch

How to implement Algolia date wise refinement?


How to implement Algolia date refinement as shown below in the image? enter image description here

All records have an arrival date. based on that, If user clicked last 7 days, I want to filter the products that have created date less than equal a week


Solution

  • You can definitely do this with Algolia, but it requires storing your dates as Unix timestamps within your index. Then you can filter on date ranges across the time stamps.

    Here's an example: https://www.algolia.com/doc/guides/managing-results/refine-results/filtering/how-to/filter-by-date/