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 field | Type | Present by default? | Example - how to filter |
---|---|---|---|
id | keyword | Yes | equals(id,'entities/130xSPbo') |
timestamp | date | Yes | gt(timestamp,1694167276) |
attributes | object | Yes | Special attribute:startsWith(rdmLookups.attributes.FirstName,'YO') Search over all attributes: |
resolved | boolean | Yes | equals(rdmLookups.resolved,'true')) |