Prefill search multiselect

2
When setting a searchfield to multi select you can still only choose one value to prefill the search field, e.g. when searching for years you can select multiple years (2011, 2012). However you can only choose one to be prefilled when the user opens the page. Is there a way to have the searchfield pre-select 2 or more values on opening the page? Either if it is a enum or a text attribute?
asked
2 answers
0

If the values are static, just use an xpath instead?

answered
0

It's not possible to pre-select more than 1 value on a multi-select search field unfortunately. I've also suggested this in the previous Mx Idea forum as a feature to add.

answered