Closed (fixed)
Project:
OG Vocabulary
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Sep 2012 at 19:24 UTC
Updated:
27 Oct 2012 at 10:32 UTC
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
Comment #1
amitaibuThat will be taken care of by Entityreference #1586428: Integrate entyreference from nodes to terms with core taxonomy_index in a more generic way.
Comment #3
smh67 commentedAfter 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 :)