How to search products filtering by partial title ?

How to search products filtering by partial title ?

ChristianLopez
Shopify Partner
8 1 0

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 ? 

Reply 1 (1)

ChristianLopez
Shopify Partner
8 1 0

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.