PeopleSoft Search Framework - Keyword date range search
Is there an elastic PeopleSoft search operator (similar to *, ~, | etc) to search a keyword created within a date range or > or < a date value passed in Elastic search bar without having to use facets?
i.e could i do" >01/01/2020" or "<01/01/2020" or ">01/01/2020 <01/01/2024"?
or
i.e ">01/01/2020 Kim".
here we are looking for search results with "Kim" as a keyword created after 01/01/2020.
What are the options to achieve above through delivered search framework?