I run an event website, and I want to implement site search to make the experience more friendly. Right now, the snippet on the results page is pulling info from the collection page that I don’t want to display. I want the snippet to only display the event description. Is there a way to edit the snippet without excluding other content from the page?
You cannot configure Webflow’s site search feature very much, however you could use a 3rd party engine like Google Custom Site Search and create something that works for you.
In your case, if you’re only wanting events to show, I’d build it as an event listing page instead. Use Finsweet’s Load More and Filter attributes to create your own event-specific search page.
You should also be able to put a search box on any page, and set it up to navigate to your page with query string params that are set as the initial search filter.