[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[[["`Query.CompositeFilter` is a type of `Filter` that combines multiple sub-filters using a `CompositeFilterOperator`."],["You can create complex filters with logical operations like `AND` and `OR` by nesting `CompositeFilter` instances."],["The constructor `CompositeFilter(Query.CompositeFilterOperator operator, Collection\u003cQuery.Filter\u003e subFilters)` allows defining the combining operator and the sub-filters."],["The `getOperator()` method returns the `CompositeFilterOperator` used by the filter."],["The `getSubFilters()` method returns an immutable list of the sub-filters within the composite filter."]]],[]]