fieldsFilterExpression

fieldsFilterExpression: undefined | string

ECExpression for filtering content by select fields.

This is different from DescriptorSource.instanceFilter as filtering is applied on the union of all selects, which removes access to content instance property values. Instead of referencing properties through this.PropertyName alias, the expression should reference them by field names. In cases when properties field merges multiple properties, this allows applying the filter on all of them at once. This is useful for filtering table rows by column value, when content is displayed in table format.

Defined in

Last Updated: 16 April, 2024