Skip to content

Instantly share code, notes, and snippets.

@sitefinitySDK
Created May 13, 2026 12:15
Show Gist options
  • Select an option

  • Save sitefinitySDK/883d3527d4f94e91bfdd7e69af4375c4 to your computer and use it in GitHub Desktop.

Select an option

Save sitefinitySDK/883d3527d4f94e91bfdd7e69af4375c4 to your computer and use it in GitHub Desktop.
6. AND — combine two conditions
{
"Operator": "AND",
"ChildFilters": [
{ "FieldName": "ContentType", "Operator": "eq", "FieldValue": "Telerik.Sitefinity.News.Model.NewsItem" },
{ "FieldName": "Language", "Operator": "eq", "FieldValue": "en" }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment