"No tag" as option

I’ve seen an increase use of tags - which is great. But it would be usefull to have a “no tag” option so as to filter on products that (erroneously) have no tags in order to correct them easily

You can actually already do this with the following BrewwQL:

tags = None

Note that you don’t need quotes around the None as it is a special keyword, unlike if you were doing tags = "Seasonal".

I hope this helps!

1 Like

Thanks!

I get a brewQL syntax error with this?

Please could you send over a screenshot of your BrewwQL?

Screenshot 2023-11-20 at 13.17.11

Ah, you need an uppercase ‘N’ as it’s a case-sensitive keyword!

Let me know if you’re still having a problem (I’ll keep the post open this time…!).

1 Like

I could have sworn I tried it both ways, but it works now

1 Like

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.