A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Related to my older post (https://community.shopify.com/c/Shopify-APIs-SDKs/API-issue-can-t-fetch-products-filtering-by-their-...)
What's the way way to "search" products in our app filtering by the title ?
I'm going to post the solution applied to my embedded apps. Finally, we will refactor the views and add the ResourcePicker component, which is the fastest solution.
For private apps (not embedded) we are going to try to synchronize more relevant fields against ElasticSearch (Database) in order to get a fast and private search engine, although this will take a little more time.