Predictive search indexes on fewer fields and makes it look like the store has no items.
Hey @fenicebooks
Make sure both use the same search index fields. In Shopify, predictive search only indexes limited fields (like title, tags, and vendor), so products that rely on descriptions or metafields won’t appear. The fix is to expand your predictive search scope:
- Use Shopify’s Search & Discovery app – it lets you manage which fields are indexed and improve relevance.
- Add key keywords to product titles or tags if they’re missing from predictive search results.
- For full parity, replace the default predictive search with a custom implementation using the Storefront Search API so it queries the same index as the main store search.
That ensures both predictive and full search return consistent results.
Cheers,
Moeed
I think the only full parity can be achieved with your solution 3 which however requires engineering (cost).
I would love to just disable the whole functionality (I don’t think predictive search is adding value to my store, it’s just creating confusion) but that for my theme (horizon) also requires engineering.
I hope they make it optional.