Home > doofinder > QueryParamsBase > filter_execution
QueryParamsBase.filter_execution property
Filters are applied with “and” boolean logic than means that all filters conditions should be met. If you want to apply any of the filters conditions, you can change it to “or”.
Signature:
filter_execution?: filterExecution;