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

feat(doctrine): Added 'exactly' condition to DateFilter #6884

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vjandrea
Copy link

fixes: #6114

Q A
Branch main
Tickets Closes #6114
License MIT
Doc PR N/A
  • added an exacly condition to DateFilter. I had a doubt between exact and exactly, but I find the second more pertinent.
  • reordered conditions in chronological order : strictly_before, before, exactly, after, strictly_after.

@vjandrea vjandrea force-pushed the fix/6114 branch 2 times, most recently from acd991f to 156ff4e Compare December 22, 2024 10:42
@vjandrea vjandrea changed the title feat(filters): Added 'exactly' condition to DateFilter feat(doctrine): Added 'exactly' condition to DateFilter Dec 22, 2024
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

Successfully merging this pull request may close these issues.

Add an "exact" parameter to DateFilter
1 participant