Fulltext search issue

I tried your suggestion and it still doesn’t bring back anything. I also tried this:
$response = $api->query(
[ Predicates::at(‘document.type’, ‘press_releases’),
Predicates::fulltext(‘document’, $term) ]
);
and still no results.