You could look at creating a search option by adding a extra NP entity with a single string attribute.
Associate entity containing the returned list with a *-* to this new entity
Add a dataview to the page showing the results
Connect Dataview to new entity
Nest the list showing the results into this dataview and connect it over association from search entity to result entity
Add a text box in the dataview + button triggering the MF which filters the result list based on the search query in the text box.
And associate the filtered list over the *-* association to the Search entity.
Hi Team,
Any update on this post?