Search Input Widget in App Store

0
Is there any documentation for the Search Input Widget? I wanted to see if there is a way to create an association for the search rather then just an entity. Be able to search people and their locations in separate entities with an association. Thanks
asked
1 answers
1

This widget is only an input box with an incorporated search button. It will execute a microflow on the on click and pass the context object with it. You can ,for example, use a non-persistent object for the input string and implement and handle the search functionality yourself.

https://github.com/mendix/SearchInput

answered