Skip to content

Kirby 5.0.4

Search::pages()

Search::pages() has been marked as unstable. It might be changed in a future Kirby major or minor release without being considered a breaking change. Use with caution.

Search::pages(string|null $query = null, int|null $limit = null, int $page = 1): array

Parameters

Name Type Default
$query stringornull null
$limit intornull null
$page int 1

Return type

array

Parent class

Kirby\Panel\Controller\Search