Hi Guys,
Wondering if anyone else has encountered this and found a way around it without exporting a CSV and searching through excel.
I’m trying to clean up some of my tags and searching the products for “Tagged With” I have thousands of SKU’s and want to find those tagged with “304 grade” however searching the “304 grade” brings up every other similar tagged item, for example “304 Grade Stainless Steel” or “Grade of Stainless Steel: 304 Grade”
does anyone know how to make this tag search include EXACTLY what I am searching for without returning approximate results or results including the phrase?
I’m just trying to quickly scan my data and tags for certain things, but so far seems like no quick solutions.
2 Likes
Try the following in the product search box box
tag:"304 grade" NOT tag:"stainless"
/admin/products?selectedView=all&query=tag%3A"304%20grade"%20NOT%20tag%3A"steel"
String queries are greedy and not exact exact , so a search for “sold out” would match both tags “sold out” and “not sold out”.
And it seems to ignore whitespace so NOT tag:" sold out" would not match “not sold out” when trying to keep it out of results for just “sold out” tags.
https://shopify.dev/api/usage/search-syntax
1 Like
Hi there - if you can’t find a way to do this in the Shopify Admin, you can definitely filter on specific tags using our Report Toaster app. Please feel free to take a look and let us know if you have any questions.
Hi and hello, we can do that using an api connection, we can also clean up those tags with the api connection to clear your data. Give us a note.