Is it possible to create a search page with default behaviour. or to call a search from a link passing in a search term, without requiring a user to select the search term?
I have a group of assets in a folder, I want to have a link in my navigation bar which when clicked produces a searched list of those assets.
You cant create a search page that produces search results when viewed without having some user input. However, you may be able to do the search yourself, copy the URL that is used to produce the search results, and then create a redirect page that redirect the user to that URL when clicked.
You can then have the redirect page in your navigation.