Needs work
Project:
Apache Solr Search
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
14 May 2013 at 09:40 UTC
Updated:
7 Oct 2013 at 19:12 UTC
Jump to comment: Most recent file
Comments
Comment #1
tungscit commentedComment #2
tungscit commentedAttached is a patch.
Comment #3
tungscit commentedComment #4
nick_vhLooks good, if someone can confirm this helps them we should mark it as RTBC
Comment #5
pwolanin commentedLooks good - or at least harmless enough! however, what's the use case - a field getting updates not in the context of a entity save?
I'm worried we'll be marking every entity 2x or more.
Comment #6
nick_vhThe api states :
"This hook is invoked after the field module has performed the operation." and the field_attach_update function seems like an official API call that can be executed individually next to entity_save, delete, etc...
Should we add some static code that once a node is marked once per page load we do not mark it again?