Searching documents for date ranges

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.

Services has documented the way to use Filter Range. You can have a look here: <INTERNAL_LINK>
(Look for Range filter search)

candidate.received_date:[2017-11-11 TO 2020-10-10] for the date range since 27-11-11 (including) to 2020-10-10 (including)