Hi guys,
I was trying to get all news from one month, using the "examples" below.
"(...)
DateAndTime=2014-08-01 (equal)
DateAndTime=2014-08-01&DateAndTime.op=< (before)
DateAndTime=2014-08-01&DateAndTime.op=lt (before)
DateAndTime=2014-08-01&DateAndTime.op=> (after)
DateAndTime=2014-08-01&DateAndTime.op=gt (after)"
http://manual.dynamicweb-cms.com/Dynamicweb-On-line-Manual/Items/Item-publisher.aspx#31946
It appears that he ignores the combination of two fields. I use the following query:
&PublishedDate=01-10-2014&PublishedDate.op=>&PublishedDate=30-10-2014&PublishedDate.op=<
It's possible to do this based on query string?
Best regards,
António Ramos