What is the best way to search for items over a period of time?

Due to too many entries in the database, the search is taking too long. I’d like to put an index by date created, is there any way to do this natively?

group by? until from? needs to work as an index from server side

1 Like

You can add a search constraint like this…

1 Like

Thanks very much for the suggestion, I’ll use a timepicker and see the result.

Let us know if it works!