-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: 0.0.12
-
Component/s: None
-
None
Current when we are autocompleting, the suggestions include item indexes for fields that are of type Array.
Example: If there is an array field called Artist then the suggestion items will have:
- Artist
- Artist.0
Now Artist.0 is a valid path but we would like to skip array index suggestion when suggesting paths.