Skip to content

IsMainLocation Criterion

The IsMainLocation Search Criterion searches for Locations based on whether they are the main Location of a content item or not.

This Criterion is available only for Location Search.

Arguments

  • value - IsMainLocation::MAIN (0) or IsMainLocation::NOT_MAIN (1), representing whether to search for a main or not main Location

Example

PHP

1
$query->query = new Criterion\Location\IsMainLocation(IsMainLocation::MAIN);