List all tags I've used & differentiating tagged/untagged observations

I am increasingly using the Tagging feature to add Tags to my observations. Is there an easy way to:

  1. find a list of all Tags I have used across all of my observations;
  2. show all of my observations with/without Tags?
2 Likes

for most people, i think the easiest way to do this is to export your observations, making sure to include the tag list field, and then parse through the values you get back in that column to get both the things you noted above.

you can also do something similar via the API.

i don’t think there’s a better way to do this as regular users of the system.

if you are looking for observations with a particular tag, you can sort of do this by using the parameter &q=[string] in some contexts, though that will search within many fields (description, etc.), not just tags.

2 Likes

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