# Search

The Search class extracts the search logic from collections, to provide a more globally usable interface for any searches.

****

- Full class name: `Kirby\Cms\Search`
- Source: <https://github.com/getkirby/kirby/tree/5.5.3/src/Cms/Search.php#L17>

****

### Search

- [Search::collection()](https://getkirby.com/docs/reference/objects/cms/search/collection.md)
- [Search::files()](https://getkirby.com/docs/reference/objects/cms/search/files.md)
- [Search::pages()](https://getkirby.com/docs/reference/objects/cms/search/pages.md)
- [Search::users()](https://getkirby.com/docs/reference/objects/cms/search/users.md)