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 Criteria reference¶
URL Search Criteria are only supported by URL Search (URLService::findUrls).
| 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. |