Skip to content

LocationRemoteId Criterion

The LocationRemoteId Search Criterion searches for content based in the location remote ID.

Arguments

  • value - string(s) representing the location remote ID(s)

Limitations

LocationRemoteId can be used on all search engines.

Example

PHP

1
$query->query = new Criterion\LocationRemoteId(['4d1e5f216c0a7aaab7f005ffd4b6a8a8', 'b81ef3e62b514188bfddd2a80d447d34']);

REST API

1
2
3
4
5
<Query>
    <Filter>
        <LocationRemoteIdCriterion>3aaeefdb0ae573ac91f6d6ea78d230b7</LocationRemoteIdCriterion>
    </Filter>
</Query>
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
{
    "ViewInput": {
        "identifier": "LocationRemoteIdCriterionTest",
        "Query": {
            "Filter": {
                "LocationRemoteIdCriterion": "3aaeefdb0ae573ac91f6d6ea78d230b7"
            }
        }
    }
}