How can I query email created date for a range of dates in my Azure AI Search queries? I can't seem to find samples for either of the query JSONs below:
{ "queryType": "full", "search": "metadata_creation_date:???", "searchMode": "all" }
{ "search": "{{search}}", "select": "metadata_creation_date", "searchFields": "metadata_subject", "count": true }
This is how you can query JSON to retrieve .msg emails within a specified date range.
I added indexing like this.
I sent a sample data using this Doc.