Helper class for processing of filter objects
Node | Description |
---|
Method | Description |
---|---|
module:sap/ui/model/FilterProcessor.groupFilters |
Groups filters according to their path and combines filters on the same path using "OR" and filters on different paths using "AND", all multi-filters contained are ANDed. |
Groups filters according to their path and combines filters on the same path using "OR" and filters on different paths using "AND", all multi-filters contained are ANDed.
Param | Type | DefaultValue | Description |
---|---|---|---|
aFilters | sap.ui.model.Filter[] |
the filters to be grouped |