elastic/search-ui

Allow to use same types in a range field as search query

yansavitski opened this issue · 1 comments

Context: for the range type we have our condition that uses Date.parse and restricted by this function.

We want to give the user more control of the format for their data, so they can define their format in the search index and use that format in a range field. To achieve this we want to allow passing the same types as search query has, which allows to use dateMath in a range and any format for the date.

REF #1015

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
Is this issue still important to you? If so, please leave a comment and let us know. As always, thank you for your contributions.