Forums

Skip Navigation LinksHome / Developer Network / Forums / Sitefinity 3.x: Developing with Sitefinity > Filter Expressions, Events and Tags

Filter Expressions, Events and Tags

  • Devin Intermediate avatar

    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.

    Reply

  • Ivan Dimitrov Ivan Dimitrov admin's avatar

    Posted on Mar 14, 2010 (permalink)

    Hello Devin,

    Filtering by multiple tags is not supported in 3.x versions. We will have this functionality form Sitefinity 4.0. Anyhow, you could take a look a this post - Filterexpression-multiple tags

    Greetings,
    Ivan Dimitrov
    the Telerik team

    Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.

    Reply

Skip Navigation LinksHome / Developer Network / Forums / Sitefinity 3.x: Developing with Sitefinity > Filter Expressions, Events and Tags