content selection filter structure
combines multiple filter conditions using boolean logic:
use FilterBuilder class for easier filter construction.
Optional
conditions that must all be true (AND)
conditions where at least one must be true (OR)
conditions that must all be false (NOT)
content selection filter structure
combines multiple filter conditions using boolean logic:
use FilterBuilder class for easier filter construction.