A space to discuss online store customization, theme development, and Liquid templating.
Hi there! I've found the predictive search ajax api documented here:
https://shopify.dev/api/ajax/reference/predictive-search#get-locale-search-suggest-json
This is working fantastic for my use case. However, I've been unable to come up with a way to bypass the 10 product limit. Is there a way to do this?
Maybe there is another method I should implement? For the feature I'm building, I need to get ALL the products in the store with the search contained in tags, titles, variant titles, and product description (body in the case of this documentation).
Thanks in advance!
-Brady