How can I search documents containing date fields within a range? For example, there is a candidate.received_date date field which should be searchable. At the moment is only possible to do something like:
candidate.received_date:2017-11-11
but not for a date range.