Enumeration search in Home page?

0
how can I do a search based on enumeration? For Example User types in search: "To" Line shows suggestions: Total Tone Took  
asked
2 answers
0

Have a look at it https://appstore.home.mendix.com/link/app/3099/

answered
0

In a datagrid/templategrid you can use the standard search option with ‘Allow multi-select’ ticked yes. This allows you to filter down to the enums you'd like to use. 

In a listview you can use the text box search from the listview controls widget which works the way your example states.

Check the documentation: https://docs.mendix.com/refguide/drop-down-search-field

answered