A hash of attributes to describe your search.
Possible key values:
An attribute name: { id: 1 }
{ id: 1 }
A nested attribute: { '$projects.id$': 1 }
{ '$projects.id$': 1 }
A JSON key: { 'object.key': 1 }
{ 'object.key': 1 }
A cast: { 'id::integer': 1 }
{ 'id::integer': 1 }
A combination of the above: { '$join.attribute$.json.path::integer': 1 }
{ '$join.attribute$.json.path::integer': 1 }
A hash of attributes to describe your search.
Possible key values:
An attribute name:
{ id: 1 }A nested attribute:
{ '$projects.id$': 1 }A JSON key:
{ 'object.key': 1 }A cast:
{ 'id::integer': 1 }A combination of the above:
{ '$join.attribute$.json.path::integer': 1 }