Posted
on Mar 12, 2010
(permalink)
Hi is there a way to filter events by multiple Tags? For example, I want to do something like this:
Publication_Date <= "#now" AND Expiration_Date > "#now" AND Event_End >= "#now" AND Tag.Name IN ("myTag1", "myTag2")
But when I do this Sitefinity is giving me this error:
[FilterExpression: Tag.Name In ]This method is not supported.