I have a problem in showing views results with an exposed date filter in D7 views 3.x.
problem
We have several events with a date field. It is required to fill in a start and end date. We want a visitor to choose a start date and an end date with an exposed filter in a view.
wanted results
The results should show every event that occurs:
- Events that occur between the two dates
- Events that are already started. So the start date is already in the past.
- Events that are in the future but the end date is not between the chosen dates.
We have already tried to configure a startdate with “equals or greater than” and an end date with “equals or less than”.
Am I overlooking something?