You are here

constant FACETAPI_REGEX_RANGE in Facet API 7.2

Same name and namespace in other branches
  1. 6.3 facetapi.module \FACETAPI_REGEX_RANGE
  2. 6 facetapi.module \FACETAPI_REGEX_RANGE
  3. 7 facetapi.module \FACETAPI_REGEX_RANGE

Regex pattern for range queries.

1 use of FACETAPI_REGEX_RANGE
FacetapiQueryTypeRange::extract in plugins/facetapi/query_type.inc
Overrides FacetapiQueryType::extract().

File

./facetapi.module, line 56
An abstracted facet API that can be used by various search backends.

Code

define('FACETAPI_REGEX_RANGE', '/^[\\[\\{](\\S+) TO (\\S+)[\\]\\}]$/');