$files->search()
Searches the collection
$files->search(?string $query = null, array|string $params = [ ]): Kirby\Cms\Files
Parameters
| Name | Type | Default |
|---|---|---|
| $query | string|null |
null |
| $params | array|string |
[ ] |
Return type
This method does not modify the existing $files object but returns a new object with the changes applied. Learn more →
Parent class
Kirby\Cms\Files inherited from Kirby\Cms\Collection