-
Bug
-
Resolution: Done
-
Major
-
15.1.0.Final
-
None
If we have an embedded type property, and the embedded type is not annotated with `@Indexed` , the corresponding queries targeting an embedded field would be non indexed, even if the corresponding embedded fields are annotated with the indexing annotations for properties.
Note: the issue is related only to the remote queries, not to the embedded queries.
Workaround: simply annotate also the embedded type with `@Indexed`