You are here

constant FacetsDateHandler::FACETS_REGEX_RANGE in Facets 8

Regex pattern for range queries.

File

src/Utility/FacetsDateHandler.php, line 50

Class

FacetsDateHandler
Dates Handler service.

Namespace

Drupal\facets\Utility

Code

const FACETS_REGEX_RANGE = '/^[\\[\\{](\\S+) TO (\\S+)[\\]\\}]$/';