Sorry, I haven't gotten around to that yet, but it really is self explanatory. All you do is enable the module and there will be a field, filter and sort criteria for node counts in views. Keep in mind it only works for views of type 'Term'.
I guess if you just put the following lines to the module's page - it would be sufficient for many like me to save time. Cool module thanks - did my work in a jiffy.
All you do is enable the module and there will be a field, filter and sort criteria for node counts in views. Keep in mind it only works for views of type 'Term'.
Would it be possible to use it on a view of type node ?
It would be great if I could make a relation ship in a view of type node to the term_node_count table.
More precisely, I'm looking for a way to show along with the term name in a views exposed filter of a content taxonomy field the number of node that have been tagged with that term
the ideal select list would be like this
blue (2)
red (4)
black (52)
....
As your module manage a database of such number, do you think It'll possible to show this information when searching for nodes thanks to views exposed filter making view searching more similar to faceted search.
Comments
Comment #1
archard commentedSorry, I haven't gotten around to that yet, but it really is self explanatory. All you do is enable the module and there will be a field, filter and sort criteria for node counts in views. Keep in mind it only works for views of type 'Term'.
Comment #2
wallbay1 commentedok thank you
Comment #3
ratnesh aarohi commentedI guess if you just put the following lines to the module's page - it would be sufficient for many like me to save time. Cool module thanks - did my work in a jiffy.
Comment #4
1kenthomas commentedWould be nice to put this on the front page of the module instead of hiding it here. :P
Comment #5
slucas commentedWould it be possible to use it on a view of type node ?
It would be great if I could make a relation ship in a view of type node to the term_node_count table.
More precisely, I'm looking for a way to show along with the term name in a views exposed filter of a content taxonomy field the number of node that have been tagged with that term
the ideal select list would be like this
blue (2)
red (4)
black (52)
....
As your module manage a database of such number, do you think It'll possible to show this information when searching for nodes thanks to views exposed filter making view searching more similar to faceted search.