Skip to main content

Configuration

config/statamic/search.php
You can scope the resources you’d like to be searchable, using the runway:{resourceHandle} syntax. If you’d like everything in Runway to be searchable, you can userunway:*.

Title field

By default, when displaying search results, Runway will use the first listable column as the ‘title field’. If you’d like to change this, add the title_field option to your resource’s config:
config/runway.php

Further documentation…

For further documentation on integrating Search in your site, please review the Statamic Documentation.