You are here

constant SEARCH_API_GROUPING_ENTITY_FIELD_SEPERATOR in Search API Grouping 7.2

Define the separator for the permutation key.

4 uses of SEARCH_API_GROUPING_ENTITY_FIELD_SEPERATOR
SearchApiDenormalizedEntityDataSourceController::getMetadataWrapper in includes/datasource_denormalized_entity.inc
Get a metadata wrapper for the item type of this data source controller.
SearchApiDenormalizedEntityDataSourceController::trackItemChange in includes/datasource_denormalized_entity.inc
Set the tracking status of the given items to "changed"/"dirty".
SearchApiDenormalizedEntityField::createDocument in includes/processor_denormalize_field.inc
Create a denormalized item for indexing.
search_api_grouping_generate_pseudo_keys in ./search_api_grouping.module
Generate our custom pseudo keys based on the entity data.

File

./search_api_grouping.module, line 10
Module search_api_grouping.

Code

define('SEARCH_API_GROUPING_ENTITY_FIELD_SEPERATOR', '-');