We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$search = new \MacFJA\RediSearch\Search($client);
$results = $search ->withIndex('video') ->withQuery('骑士') ->withLanguage('chinese') ->search(); print_r($results);
$search = new \MacFJA\RediSearch\Search($client); $results = $search ->withIndex('video') ->withQuery('骑士') ->withLanguage('chinese') ->withNoContent() //add ->search();
assert(): assert(is_array($rawData)) failed
file : \vendor\macfja\redisearch\src\Search.php line: 454
The text was updated successfully, but these errors were encountered:
Hi,
Yes, this issue is the same than #9 I will work on it this week
Thanks for the detailed report
Sorry, something went wrong.
Handle search result with NoContent flag.
7351a04
Fix #9 and #10
@zjttfs Can you check is you still have the issue with dev-master ?
dev-master
No branches or pull requests
success
retrun:
error
return:
assert(): assert(is_array($rawData)) failed
The text was updated successfully, but these errors were encountered: