I'm having troubles figuring out how to filter by date using the date range module from Drupal 8 core.
I, of course, found this post: How to filter a View by Date Range (start, end)?
But this doesn't tell me how to use the filter, it only makes the filter work better. So I used this patch but how to make this filter work?
I'm creating a calendar with cultural events and I want to be able to filter on date and genre with exposed filters. So let's say I have a design event from 05-01-2018 until 05-02-2018 (dd-mm-yyyy).
And I want it to show up when I'm searching for what is going on today or this month that concerns design? How to set up the filter for this?
What is the best and most simple way to do this?