Describe the bug
REST Query does not support query between dates.
To Reproduce
Steps to reproduce the behavior:
Create a REST query using between dates.
http://localhost:3000/events?filter[where][eventDate][between][0]="2019-02-10"&filter[where][eventDate][between][1]="2019-02-14
Expected behavior
Return all events between two dates.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.