Please add the following key to your web.config file:
<add key="CMSSearchOnlyWhenContentPresent" value="false" />
Now all the search results are displayed after the page is loaded, without having to enter anything into the search box. This can be used for a filter-based search, where only a filter is used to display the results.
-bp-