Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Marco Ranieri {umbriaco} 21 posts 84 karma points
    Mar 17, 2020 @ 00:14
    Marco Ranieri {umbriaco}
    0

    Content Filter by multiple tags (OR operator)

    Hi, I need to filter by multiple tags. I have tried with an array

    {
       "contentTypeAlias": "",
       "properties": [{
         "alias": "tags",
         "value": ["tag1", "tag2"],
         "match": "CONTAINS"
       }]
    }
    

    or with a space

    "value": "tag1 tag2"
    "match": "CONTAINS"
    

    or with the LIKE match

    "value": "tag[12]",
    "match": "LIKE"
    

    but it doesn't seem to work. It could also be useful to send multiple parameters in OR perhaps adding a property "operator": "OR"

    Thanks

Please Sign in or register to post replies

Write your reply to:

Draft