Thanks but that’s not really an answer. I’m asking here since Webflow and documentation that goes along with it limit us to: title, image, snippet, URL, and description…
I’m asking on the forum because I wan to go beyond that and display a much richer product tile on the search results page.
Any experience with that @webdev ? That’d be awesome.
EDIT: I’m looking after a search result page that look more like THIS
I have used algolia in the past. Problem you run into is the API from Webflow is rate limited so the approach I would use is to create a json data source to feed the search providers engine. Then you need to figure out updating.
For what you’re describing though, you can “extend” the search page by adding a second, separate collection list, bound to the collection you want more complex display for. The setup involves;
Collection list, bound to e.g. products
Finsweet CMS filter + CMS load, using a text field filter ( hidden ).
JS to pick up the search term on entry into the page, and when it’s changed, and then set and trigger the FS text filter.
CSS grid or other layout so that your page layout can showcase both site search results, and your collection-specific results ( formatted however you want ).
Probably exclude your collection page from site search so the results aren’t doubled.
You can get fairly creative with your search page layout using JS and CSS grids, I’ve done some experiments here on Sygnal’s site that often show interesting results, e.g.;