Fixed
Details
Assignee
Fabio Massimo ErcoliFabio Massimo ErcoliReporter
Yoann RodièreYoann RodièreComponents
Sprint
NoneFix versions
Priority
Major
Details
Details
Assignee
Fabio Massimo Ercoli
Fabio Massimo ErcoliReporter
Yoann Rodière
Yoann RodièreComponents
Sprint
None
Fix versions
Priority
Created December 18, 2019 at 10:45 AM
Updated March 31, 2020 at 11:52 AM
Resolved February 28, 2020 at 2:37 PM
As long as we're using a different prefix for each
@IndexedEmbedded
, there is no problem with applying multiple@IndexedEmbedded
to the same property.There are use cases, too: it could be used to store some properties in a flattened object field (for performance), and others in nested documents (for advanced filtering).
Let's add
@Repeatable
to that annotation, and let's check we have a test somewhere.