You are here

constant IndexInterface::PROPERTY_PATH_SEPARATOR in Search API 8

String used to separate individual properties within a property path.

Property paths are used throughout the Search API to reference properties that are not (necessarily) present directly on some entity or item, but could be nested in some referenced entity/item, even over multiple levels. Properties in such a path are separated by this value.

An example for a property path would be "field_tags:entity:name" for the name of the associated tag(s) of an entity.

File

src/IndexInterface.php, line 44

Class

IndexInterface
Defines the interface for index entities.

Namespace

Drupal\search_api

Code

const PROPERTY_PATH_SEPARATOR = ':';