How to implement Algolia date refinement as shown below in the image?
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
Copyright © 2021 Jogjafile Inc.
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/