Carrot reference
Operators

. (dot)

Used to retrieve a property of a given field.

Syntax

field.property

  • property - a supported property of the target field's data type, ex. fields of type Address have ten supported properties.

Sample usage

workAddress.city:"Oak Park" returns all records where the city property of the field workAddress is Oak Park.

See also



Updated 19 Dec 2023
Doc contributor
Doc contributor
Did this page help you?