-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: CRUD, Right Click
-
3
-
None
-
Developer Tools
Currently, 'Add to Query' can have unexpected behavior when working with nested objects and arrays.
- Doing 'Add to Query' on number primitives does not let one "Remove from query" later.
- Doing 'Add to Query' on a nested object does not let one "Remove from query" later.
- Doing 'Add to Query' on an element in array of objects overrides the query instead of transforming it into `$in`.
Investigation may be needed to determine what needs to be updated, it will likely need updates for `add/removeDistinctValue` and `hasDistinctValue` helpers in query utils.
This is more of a nice to have rather than a critical issue, though maybe some may be confused by the behaviors.
- is related to
-
COMPASS-9394 “Add to query” right click action
-
- Closed
-