How can I load the products of a collection in a VTEX IO store?

In VTEX Legacy when using that URL ?map=c,productClusterSearchableIds, they load the products of a collection, but in VTEX IO not, maybe I am missing some configuration or some block but they do not load the products of the collection that is chosen.

thanks for your help

Hi @BetsyOjedaC!
In VTEX IO you can still use Legacy Search to load products, but you need to use a URL like this:
/[CollectionId]?map=productClusterIds. Example: /151?map=productClusterIds

See more about this here.

If it is still not working, check if you are using the mandatory blocks from VTEX search result blocks.
You can use this VTEX store theme as a reference to build your search page.