Skip to content

Instantly share code, notes, and snippets.

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

  • Save sitefinitySDK/487afa06d7089915a308cfdd458026a1 to your computer and use it in GitHub Desktop.

Select an option

Save sitefinitySDK/487afa06d7089915a308cfdd458026a1 to your computer and use it in GitHub Desktop.
7. OR — match any of several values
{
"Operator": "OR",
"ChildFilters": [
{ "FieldName": "Category", "Operator": "eq", "FieldValue": "Technology" },
{ "FieldName": "Category", "Operator": "eq", "FieldValue": "Science" },
{ "FieldName": "Category", "Operator": "eq", "FieldValue": "Engineering" }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment