Closed (duplicate)
Project:
Field collection
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Jun 2011 at 08:25 UTC
Updated:
7 Nov 2012 at 17:20 UTC
Since field collections are attached, taxonomy_field_update does not pick up that they belong to the node and thus doesn't add them to the index.
It'd be nice if field_collection could get that working out of the box.
Currently in custom code I'm seeing if in a hook_node_update/hook_node_insert if can get the terms, then insert them manually. But to due it generically need to deal with whether to delete the current index on update, weighting issues, etc.
Comments
Comment #1
pacome commented+1
Comment #2
andypostDepends on #1050466: The taxonomy index should be maintained in a node hook, not a field hook
Comment #3
Jessica A commentedsubscribing
Comment #4
jsheffers commentedHas this been fixed?
Comment #5
buildyourbox commentedThis hasn't been fixed yet, just created a fresh install with the latest modules and the problem is still there.
Regards,
Build Your Box.
Any feedback appreciated.
Comment #6
petednz commentedisn't this a duplicate of http://drupal.org/node/1131872
Comment #7
thoughtcat commentedYes it is, and that ticket hasn't been resolved either! This is such a frustrating problem with this otherwise great module. I've posted a number of times about this and even contacted both the module maintainers offering to sponsor a fix but never got a reply! :-(
Comment #8
hefox commented#1131872: Fieldcollection items that have a taxonomy field assigned and a term given are not shown on the corresponding taxonomy page