Carrot reference
Operators
= (equals)
returns true when the value of a given field and a given expression are the same syntax expression1 = expression2 sample usage tenure=3 returns all records where tenure is 3 department="engineering" returns all records where department is engineering startdate=('2021 01 01') returns all records where startdate is 01/01/2021 supported data types evaluated expressions can be of any type string comparisons are case insensitive if either side of the comparison is a list then the comparison will return true if there are any values in common see also docid\ ldpinc46sdru3oqyn7cb2 docid\ g6prxutgm2vrcnw7hcqry docid\ x hm1bldw8awd8 byrlzv
