We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We want some rules to be valid
Use cases examples:
Implementation:
add a datetime field valid_after; if not null, this rule will be evaluated only after the stored date
valid_after
add a datetime field valid_before; if not null, this rule will be evaluated only before the stored date
valid_before
add the date filtering in RuleFilter
parse date filter and create criteria accordingly
filtering in Services and REST methods
The filtering date will be provided by the requesting client.
The text was updated successfully, but these errors were encountered:
etj
No branches or pull requests
We want some rules to be valid
Use cases examples:
Implementation:
add a datetime field
valid_after
; if not null, this rule will be evaluated only after the stored dateadd a datetime field
valid_before
; if not null, this rule will be evaluated only before the stored dateadd the date filtering in RuleFilter
parse date filter and create criteria accordingly
filtering in Services and REST methods
The filtering date will be provided by the requesting client.
The text was updated successfully, but these errors were encountered: