5min
. (dot)
Used to retrieve a property of a given field.
field.property
- property - a supported property of the target field's data type, ex. fields of type Address have ten supported properties.
workAddress.city:"Oak Park" returns all records where the city property of the field workAddress is Oak Park.
- [ ](array)
- ? (ternary)
- ?: (elvis)