Closed (fixed)
Project:
Search API
Version:
7.x-1.x-dev
Component:
Framework
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Sep 2011 at 14:48 UTC
Updated:
10 Nov 2011 at 15:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
drunken monkeyDoes it work with the latest dev (or did you try out #1263214: Indexing with „Index items immediately“ indexes old entity state before it was committed)?
Or did you just skim over it and said to yourself (or, possibly, myself) „that doesn't say anything about an exception“? :P
Comment #2
mh86 commentedLatest dev doesn't change anything. Does immediately indexing of Field collections work for you? Maybe it's caused by some special configurations.
Comment #3
drunken monkeyIt seems to be – for me, everything works fine with this setup. Even with a version from before the commit mentioned in #1.
However, I don't quite know what you mean with „save a new field collection“ – add a new field-collection field to an entity type, or save a new profile with such a field collection? Or … ?
I tested the former two, and everything else with profiles, field collections, etc., I could think about.
But maybe you can just show me in person which steps are needed to reproduce this. (Didn't want to test with your test installation, so as not to mess things up.)
Comment #4
drunken monkeyJust realized that #1263214: Indexing with „Index items immediately“ indexes old entity state only fixes this for updates, not for inserts, so that might easily be the cause.
Patch attached.
Comment #5
mh86 commentedyeah, it works now! Thanks :)
Comment #6
drunken monkeyGreat, committed.