For me, this worked:
use MongoDB\BSON\Regex; $qb->field($field)->equals(new Regex($searchTerm));
Probably just dependencies are newer.