Replies: 1 comment
-
You can use a manual start and end if you don't want to use the range of the actual hits |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I am currently working on a filter for charging sessions. I am using useRange hook to refine the results for a time span (e.g. 01.02.2025 - 05.02.2025). Beside that I have a refinementList with charging stations. My Problem is as follows: When I select a charging station which does not have any results, the start and range attribute of useRange changes as well. I can not select any days anymore, because useRange seems to dynamically return only facets with hits. Is there anyway to "decouple" the two filters? Here are my two filter components:
DatePicker
ChargerFilter
Beta Was this translation helpful? Give feedback.
All reactions