Closed iMactool closed 2 years ago
Not an error in the documentation, it's rather an issue with the code.
The parameter #2
and #3
should be default to null
, as the open and close tag are completely optional from the RediSearch documentation
ths
My PHP : PHP 7.4.28 (cli) use : tag/2.1.1
The error is as follows:
The interface prototype is as follows https://github.com/MacFJA/php-redisearch/blob/main/src/Redis/Command/Search.php
Correct execution should be
So that I can execute successfully.
Documentation omissions ?