Posted
on Feb 18, 2009
(permalink)
I've seen the examples given on how to use the filterexpression with tags, for instance:
Publication_Date <= "#now" AND Expiration_Date > "#now" AND Tag.Name = "mytag"
I have this working well, but I'd like to be able to use the filterexpression on multiple tags, so that the items (news items in this case) returned by the filterexpression are all identified with each tag in the expression. I've tried using multiple "AND Tag.Name=" and introducing LIKE into the expression for tag.Name, but to no avail. Can this be done, and if so what is the proper syntax?
Thanks.