Hey,
I've inserted an App Part of a list using a custom view. This view shows only the title of the items. My goal is to have the list shown as empty (=basically only showing the search box of the App Part) until the user searches the list.
I'd like to achieve this with OOTB features if it's just possible. The search box for the list is activated from its properties (Display search box).
I wonder if this could be achieved somehow with list view filtering, such as "Show the items when column [Title] [contains] [searchboxvalue]".
I'm aware of the Filter web parts, but their straight provided requirement to match exactly the item's title is something I'm trying to avoid with the list's own search box.