{{# @name Search form @desc The search form component for search functionality. To enable this do the following: 1. Add `{{ partial:components/search_form }}` as the last list item in the main ul in `resources/views/navigation/_main.antlers.html`. 2. Uncomment the search results route in routes/web.php. 3. Add fields you want indexed to the index in config/statamic/search.php. The page_builder field is added by default. 4. Update the search index by running php please search:update --all. 5. Make sure you add the update command to your deployment script. #}}