You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
Fixes #{[3545](#3545)}
### Time to review: __10 mins__
## Changes proposed
API supports relative date range (specific range still
allowed/supported)
Search client updated to support relative date range
Tests
---------
Co-authored-by: nava-platform-bot <[email protected]>
Summary
This requires two sets of changes:
I'd recommend first reading the docs on date ranges: https://opensearch.org/docs/latest/query-dsl/term/range/ and manually determining what the query needs to be to do this.
For the API schema, we currently support:
We should allow:
These should be mutually exclusive, which may require some more complex rules on the schema than what we previously have done.
Acceptance criteria
The text was updated successfully, but these errors were encountered: