- Documentation >
- Search >
- Search Criteria reference >
- LocationRemoteId
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)
Example
PHP
| use Ibexa\Contracts\Core\Repository\Values\Content\Query;
use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion;
$query = new Query();
$query->query = new Criterion\LocationRemoteId(['4d1e5f216c0a7aaab7f005ffd4b6a8a8', 'b81ef3e62b514188bfddd2a80d447d34']);
|
REST API