Exclude/ filter helpsection from search

So I added the field names and skip the whole words=>truething because I can’t figure it out. Also skip listedbecause I have unlisted pages that should be searchable.

$results = $site->index()->filterBy('intendedTemplate', 'not in', ['docindex', 'doc'])->search($query, 'title | text | post | homestuff');

Thank you for rescuing me!