improve search

This commit is contained in:
isUnknown 2024-09-12 15:14:01 +02:00
parent f9a7da8d4f
commit 38da839b89
2 changed files with 6 additions and 5 deletions

View file

@ -4,7 +4,7 @@ return function ($site) {
$query = get('q');
$allEvents = page('programme')->children()->children();
$results = $allEvents->search($query, 'title|text');
$results = $allEvents->search($query, 'title|authors|categories');
return [
'query' => $query,