Jiveabillion
-
8/15/2012 12:15:26 PM
RE:Smart search filtering
I'm not sure how you get the dates in there, but I would try using a control with two date fields that modified the querystring in the url to filter by date (I know sometimes you don't want to use querystring parameters because you don't get ajax, but just do it anyway. It also gives a copy paste url that users can share the same search results with someone else)
Then you could probably add this to the filter: DocumentCreatedWhen:[{%startdate%}TO {%enddate%}]
|