How to set default filters for search-filters of action-view?

How to set default filters for search-filters of action-view?

I wish to select "filter title=‹ aaaa › " by default

Hi, have you solved this problem?

Hello,

On current version is not possible to define a default filter to apply automatically on a grid view.

On the future version (AOP 5.4.2) we have added this feature.

Example:

 <view-param name="search-filters" value="filter-sales"/>
 <view-param name="default-search-filters" value="confirmed,highValue"/>

Filters named confirmed and highValue will be applied by default.
For that usage, use new attribute name for each filter in search-filters.

Regards