```php (new \MacFJA\RediSearch\Search\QueryBuilder\TextFacet('foo', 'hello world')->render(); ``` Should return `@foo:"hello world"`, instead it return `@foo:(hello world)`