This documentation is for a version that has reached its End Of Life. Such versions are no longer supported and don't receive security updates. Consider updating to a newer version.
URL search reference¶
URL criteria reference¶
URL criteria | URL based on |
---|---|
LogicalAnd | Implements a logical AND Criterion. It matches if ALL of the provided Criteria match. |
LogicalNot | Implements a logical NOT Criterion. It matches if the provided Criterion doesn't match. |
LogicalOr | Implements a logical OR Criterion. It matches if at least one of the provided Criteria match. |
MatchAll | Returns all URL results. |
MatchNone | Returns no URL results. |
Pattern | Matches URLs that contain a pattern. |
SectionId | Matches URLs from content placed in the Section with the specified ID. |
SectionIdentifier | Matches URLs from content placed in Sections with the specified identifiers. |
Validity | Matches URLs based on validity flag. |
VisibleOnly | Matches URLs from published content. |
URL Sort Clauses reference¶
Sort Clauses are the sorting options for URLs.
All Sort Clauses can take the following optional argument:
sortDirection
- the direction of the sorting, either\Ibexa\Contracts\Core\Repository\Values\URL\Query\SortClause::SORT_ASC
(default) or\Ibexa\Contracts\Core\Repository\Values\URL\Query\SortClause::SORT_DESC
Sort Clause | Sorting based on |
---|---|
Id | URL ID |
URL | URL address |