Skip to content

Instantly share code, notes, and snippets.

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

  • Save sitefinitySDK/0ae8e97f6b56fd477592f3f9919097d0 to your computer and use it in GitHub Desktop.

Select an option

Save sitefinitySDK/0ae8e97f6b56fd477592f3f9919097d0 to your computer and use it in GitHub Desktop.
11. Nested AND + OR — section-scoped with category alternatives
{
"Operator": "AND",
"ChildFilters": [
{ "FieldName": "ViewUrl", "Operator": "startswith", "FieldValue": "/products" },
{
"Operator": "OR",
"ChildFilters": [
{ "FieldName": "Category", "Operator": "eq", "FieldValue": "Hardware" },
{ "FieldName": "Category", "Operator": "eq", "FieldValue": "Accessories" }
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment