I noticed that in Foundation, the search results first appear as a short list followed by a ‘View all results’ link. Ideally I’d like to set up the search to skip this intermediary first page and have the user taken to ‘View all results’ page from the start. Any ideas on how to do that?
If this is not possible, then I would like to edit the first page to show thumbnails of the items found.
The short list followed by “View all results” is a somewhat recent default behavior across the themes. It exists as an intermediary because it can search items, item sets, and pages; the “view all results” goes to a results page filtered to the respective resource type. If you don’t think your user will need search for anything but items, you can use the solution @giocomai suggested.
In the future, we’ll provide thumbnails by default in the site wide search results view. In the meantime, you can create a custom view within Foundation to do it yourself with the following changes:
Within your Foundation S directory, create the directory path view/index/.
Within your Omeka S directory, copy the file application/view/index/search.phtml into the directory you created in step 1.
In view/index/search.phtml, line 35 should read something like
After that, you should have images where applicable. If you’d like some starter styles to work off of, download the CSS Editor and configure it with these styles: