Development discussions around Shopify APIs
We have an app that searches through products using the API. Since implementing the new cursor-based pagination users of the app can't search for products. It now has to be an exact match.
Am I missing something?
Exact match result
Partial search
App interface showing variants
Changelog
Any advice on how to achieve this would be much appreciated.
I think the open field query should work. This means without mentioning any field for the search. For your case don't pass the title field in the query.
You might be doing this right now query=title:{{ search_term }}
Then you need to change it to query={{ search_term }}
Photo by Marco Verch Sales channels on Shopify are various platforms where you can sell...
By Ollie May 25, 2023Summary of EventsBeginning in January of 2023, some merchants reported seeing a large amo...
By Trevor May 15, 2023With 2-Factor Authentication being required to use Shopify Payments, we’re here to help yo...
By Imogen Apr 26, 2023