I am increasingly using the Tagging feature to add Tags to my observations. Is there an easy way to:
- find a list of all Tags I have used across all of my observations;
- show all of my observations with/without Tags?
I am increasingly using the Tagging feature to add Tags to my observations. Is there an easy way to:
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.