Active
Project:
Term Node Count
Version:
6.x-1.3
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jan 2011 at 02:33 UTC
Updated:
8 Feb 2011 at 23:02 UTC
Right now it counts all nodes from all languages with same term ID.
And Drupal native function gives correct number -
taxonomy_term_count_nodes($tid, $type = 0);
Comments
Comment #1
dboulet commentedAgreed, the results from this module are not consistent with the core functionality when using it on a multilingual website. This was tackled to limited extent in #863460: Domain Access & i18n language specific counts.