simonlei / grailsactsastaggable

Automatically exported from code.google.com/p/grailsactsastaggable
0 stars 0 forks source link

TagCloud #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
A TagCloud functionality would be great. A static method on the Tag class 
would do the trick. Here is the query:

Tag.withCriteria {
      projections {
        groupProperty('name')
        countDistinct('name')
      }
    }

Original issue reported on code.google.com by miguel.p...@gmail.com on 30 Nov 2008 at 11:24

GoogleCodeExporter commented 9 years ago
Hi Miguel, 

may be tha tag-cloud-tag would help you out for this
its not perfect, but a start

Original comment by 9drag...@googlemail.com on 31 May 2009 at 8:55

Attachments: