Hi, I have a question. I am trying to use the "within" op parameter in a Date Search. This works like I would expect: {!field f=collection_date_range op=Within}[2013-07-08 TO 2013-07-09]
I would like to use an OR with the query though, something like this: {!field f=collection_date_range op=Within}[2013-07-08 TO 2013-07-09] OR {!field f=collection_date_range op=Within}[2013-07-21 TO 2013-07-25] However, I tried different approaches and none of them worked. Is there a way of doing something like this for querying dates using the "within" op parameter? Thanks, Antelmo