Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
Description
Problem is in method info.magnolia.module.indexer.DataIndexer#onEvent. Only one node is send into indexService from this method.
Issue is easily reproducible with groovy script:
website = ctx.getJCRSession("website"); website.getNode("/demo-project/about/subsection-articles/article/content/00").setProperty("text", "halo"); website.getNode("/demo-project/about/subsection-articles/large-article/content/0").setProperty("text", "co se"); website.getNode("/demo-project/about/subsection-articles/an-interesting-article").setProperty("text", "stalo"); website.save();
Checklists
Acceptance criteria