mbleigh / acts-as-taggable-on

A tagging plugin for Rails applications that allows for custom tagging along dynamic contexts.
http://mbleigh.lighthouseapp.com/projects/10116-acts-as-taggable-on
MIT License
4.96k stars 1.2k forks source link

Question: is there an easy option to find groups of tags? #989

Open dpaluy opened 4 years ago

dpaluy commented 4 years ago

Let's say each product has a list of countries stored as tags. Is there a simple way to find groups of countries that go together?

For example: Product A has [Germany, France] Product B has [USA, Mexico]

I need to get a list of all available tag groups