Allow object projections on single-valued, flattened object fields with the Lucene backend
Description
Activity
Show:
Fixed
Assignee
![](https://secure.gravatar.com/avatar/2a8bdd4ffd282b7185c74b52ab452617?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FYR-6.png)
Reporter
![](https://secure.gravatar.com/avatar/2a8bdd4ffd282b7185c74b52ab452617?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FYR-6.png)
Components
Sprint
None
Fix versions
Priority
Created May 23, 2022 at 9:18 AM
Updated July 3, 2023 at 11:27 AM
Resolved August 31, 2022 at 9:00 AM
While we definitely need multi-valued object fields to be nested in order to project on them with the Lucene backend, it’s technically possible to handle flattened fields for single-valued object fields.
So, let’s allow that, and add tests accordingly.