I would like to manipulate the Shopify search. I don’t want our store to search by title or anything like that but only by the tags of a product. For us, each product has a unique ID such as.
car_id: 48250
Is there a query that searches only for tags?
Hi @Werbschaft ,
You can set the search feature/results to include the tags when someone does a search. This will require you to edit your search results template in your Shopify Admin > Online Store > Themes, click the “…” button, select “Edit HTML/CSS” and under the folder"snippets" you should have a file named along the lines of search-result.liquid (depends on your template).
You can check this and figure out how to solve this here: https://help.shopify.com/manual/sell-online/online-store/storefront-search
This is example of my test store using the Classic theme before & after editing the “search-result.liquid” file:
Before: https://prnt.sc/10oba9r
After: https://prnt.sc/10obam1
Hope this information is useful!
Great, exactly what I was looking for, thanks 