Field alias

A Field alias is a custom name that maps to a specific key within a dictionary field in your index. You can use field aliases to retrieve multiple dictionary field keys in a single query request.

For example, if you have a price_list dictionary field with keys like regular, vip, and wholesale, you can create field aliases such as regular_price and vip_price to access multiple values simultaneously.

Field aliases require authorization through a search token using the allowedDictionaryFieldKeys property, and are only supported in the Search API.