[~sanne], so what are we saying here? If you use indexed embedded and the embedded entity itself is not indexed, then a potential {{@Id}} is ignored and to include this field into the index you need to add a {{@Field}}. If the embedded entity is indexed, the {{@Id}} or {{@DocumentId}} property gets automatically added. Correct? Or would be require a dedicated {{@Field}} for including the id of an embedded entity, no matter what?
If we want to change this, I guess now would be a good time.
|