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
Another solution might be to create a separate DateTimeRange syntax. Then we can use a Datetime class on the PHP side and convert it to the right format for ES at the last minute instead of passing (in)valid strings around.
Summary
Looks like the Range query validation forces us to use integers, however the ES range queries also support various date formats that are passed along as a string. https://www.elastic.co/guide/en/elasticsearch/reference/7.17/query-dsl-range-query.html
Steps to Reproduce
Potential Changes
The text was updated successfully, but these errors were encountered: