-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
Summarize - how to switch off? #26
Labels
bug
Something isn't working
Comments
MacFJA
added a commit
that referenced
this issue
Feb 4, 2022
MacFJA
added a commit
that referenced
this issue
Feb 5, 2022
Fix Summary and Highlight always active [#26]
@Leeloo5E Can you try with version If it's good for you I will make a new release |
@MacFJA works good. Thank you very much :-))) |
Hi @MacFJA, |
I completely forgot ! I just push the new release the version 2.1.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How can I switch off the summarize option?
php-redisearch/src/Redis/Command/Search.php
Line 69 in bad89b3
see https://oss.redis.com/redisearch/Highlight/#summarization
"RediSearch can perform summarization using the SUMMARIZE keyword. If no additional arguments are passed, all returned fields are summarized using built-in defaults."
A workaround is actually setting summarization to a dummy field, e.g.
->setSummarize(['dummy'])
The text was updated successfully, but these errors were encountered: