Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.8-incubating
-
None
Description
When an entity is updated, its full-text index attribute should be updated to reflect the updated values. The updates made to the attribute is not preserved consistently due to use of nested transactions. This scenario is recent, as the notification sender module reads the entity definition from the store using V1 APIs; and this read using legacy API starts its own transaction. This needs to be reviewed and fixed.