search also in public field
This commit is contained in:
parent
4768abeb13
commit
5ee1f0dadd
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ return function ($site) {
|
|||
|
||||
$query = get('q');
|
||||
$allEvents = page('programme')->children()->children();
|
||||
$results = $allEvents->search($query, 'title|authors|categories');
|
||||
$results = $allEvents->search($query, 'title|authors|categories|public');
|
||||
|
||||
return [
|
||||
'query' => $query,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue