Forum Discussion
Avi65
Apr 26, 2023Brass Contributor
How to do search in list for date range
Hello, I have one date field i.e. PlantDate. I am trying to do search in list as PlantDate=2/1/2021..2/8/2023 It is not returning any search result.
Avi65
Brass Contributor
Hello David,
Seems you misunderstood my question. In any list allitems.aspx there is search on title bar. You can do any keyword search for the particular currently opened list. As I said it is working it is for last modified date (LastModifiedDatetime>2022-01-01 AND LastModifiedDatetime<2022-01-31) in keyword search box, but not working for (customfield>2022-01-01 AND customfield<2022-01-31).
I hope it is clear.
DaveMehr365
May 04, 2023MVP
Hello Avi65
sure, it's clear, you can also use the query into your list search box with the mapped properties.
RefinableDate01>2022-01-01 AND RefinableDate02<2022-01-31
Best, Dave