Accelerate the Value of Data

Lookup fields indexed for Elastic Search

Learn more about fields related to lookups that are indexed for Elastic search.

Let's take a look at a list of fields that are indexed for lookups. The following table lists these fields:

Filter fieldTypePresent by default?Example - how to filter
idkeywordYesequals(id,'entities/130xSPbo')
timestampdateYesgt(timestamp,1694167276)
attributesobjectYesSpecial attribute:startsWith(rdmLookups.attributes.FirstName,'YO')

Search over all attributes: equals(rdmLookups.attributes,'CLOSED')

resolvedbooleanYesequals(rdmLookups.resolved,'true'))