Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for date between #6

Open
doncadavona opened this issue Apr 21, 2024 · 0 comments
Open

Add support for date between #6

doncadavona opened this issue Apr 21, 2024 · 0 comments

Comments

@doncadavona
Copy link
Owner

Support date between parameters from the query string in 2 possible formats:

example.com/users?created_at[between]=1999-12-31,2024-01-01
example.com/users?created_at[between][]=1999-12-31&created_at[between][]=2024-01-01

Notice that the first format is a shorter comma-separated value of created_at, but we will need to explode it to get the values:

image

The second format is a longer array values of created_at:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant