The taxonomy index is configured to only be rebuilt with the field's module is "taxonomy". This keeps the index from rebuilding when the og_vocab widget is used.

@see taxonomy_build_node_index http://api.drupal.org/api/drupal/modules!taxonomy!taxonomy.module/functi...

This renders all taxonomy_term_page's empty.

Thanks,
Richard

Comments

amitaibu’s picture

Category: bug » support
Status: Active » Fixed

That will be taken care of by Entityreference #1586428: Integrate entyreference from nodes to terms with core taxonomy_index in a more generic way.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

smh67’s picture

After spending some time on this, I thought I'd share the following (somewhat obvious) piece of advice: For og_vocab to rebuild the taxonomy index (and for the taxonomy module, accordingly, showing the nodes associated with a term), make sure to use a version of Entity Reference built later than 2. October (currently this is the development version 7.x-1.0-rc5+5-dev).

Hope it helps someone else :)