# URL Search Criteria reference

URL Search Criteria are only supported by [URL Search (`URLService::findUrls`)](https://doc.ibexa.co/en/latest/content_management/url_management/url_api/index.md).

| URL criteria                                                                                                             | URL based on                                                                                  |
| ------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------- |
| [LogicalAnd](https://doc.ibexa.co/en/latest/search/url_search_reference/logicaland_url_criterion/index.md)               | Implements a logical AND Criterion. It matches if ALL of the provided Criteria match.         |
| [LogicalNot](https://doc.ibexa.co/en/latest/search/url_search_reference/logicalnot_url_criterion/index.md)               | Implements a logical NOT Criterion. It matches if the provided Criterion doesn't match.       |
| [LogicalOr](https://doc.ibexa.co/en/latest/search/url_search_reference/logicalor_url_criterion/index.md)                 | Implements a logical OR Criterion. It matches if at least one of the provided Criteria match. |
| [MatchAll](https://doc.ibexa.co/en/latest/search/url_search_reference/matchall_url_criterion/index.md)                   | Returns all URL results.                                                                      |
| [MatchNone](https://doc.ibexa.co/en/latest/search/url_search_reference/matchnone_url_criterion/index.md)                 | Returns no URL results.                                                                       |
| [Pattern](https://doc.ibexa.co/en/latest/search/url_search_reference/pattern_url_criterion/index.md)                     | Matches URLs that contain a pattern.                                                          |
| [SectionId](https://doc.ibexa.co/en/latest/search/url_search_reference/sectionid_url_criterion/index.md)                 | Matches URLs from content placed in the Section with the specified ID.                        |
| [SectionIdentifier](https://doc.ibexa.co/en/latest/search/url_search_reference/sectionidentifier_url_criterion/index.md) | Matches URLs from content placed in Sections with the specified identifiers.                  |
| [Validity](https://doc.ibexa.co/en/latest/search/url_search_reference/validity_url_criterion/index.md)                   | Matches URLs based on validity flag.                                                          |
| [VisibleOnly](https://doc.ibexa.co/en/latest/search/url_search_reference/visibleonly_url_criterion/index.md)             | Matches URLs from published content.                                                          |
