Be a little careful with NOW in filter queries if you intend to have
the cache be effective, see:
https://lucidworks.com/2012/02/23/date-math-now-and-filter-queries/
Best,
Erick
On Mon, Apr 16, 2018 at 2:15 AM, Emir Arnautović
wrote:
> Hi,
> You can probably do something like fq=latestEventDate:
Hi,
You can probably do something like fq=latestEventDate:[$startDate TO $endDate]
OR (!latestEventDate:[* TO *] AND dateCreated:[$startDate TO
$endDate])&startDate=.,,&endDate=…
But it is probably better to merge those two dates at index time to some
searchDate field and use that one for searc