A few issues I’ve found with search on the Horizon theme:
1. On the search page, results are limited to products only.
Normally search should return pages, articles, and products, however the theme ignored those and hardcoded products only. For example, the _search_input.liquid has hardcoded the input type to product
also the search results block has a “Product Card” repeating block instead of a generic card to handle other types.
Will Shopify update this to incorporate other types in search results?
2. navbar search icon injects a list of products and prices. I cannot find a way to remove this or change that layout without coding.
Might be good for Shopify to update this, although I suspect it is easy enough for most to change it through code.