Skip to content
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

SortByWithCount FTSearchOptions fix #3201

Merged
merged 4 commits into from
Dec 5, 2024

Conversation

Cgol9
Copy link
Contributor

@Cgol9 Cgol9 commented Dec 3, 2024

In search_commands.go, if the SortByWithCount option is true, the query argument that is added is misspelled. it is currently WITHCOUT, but should be WITHCOUNT.

if options.SortByWithCount { queryArgs = append(queryArgs, "WITHCOUNT") }

This change fixes the spelling.

@Cgol9 Cgol9 marked this pull request as ready for review December 3, 2024 22:16
@ofekshenawa ofekshenawa merged commit 73cc5f7 into redis:master Dec 5, 2024
10 checks passed
@Cgol9
Copy link
Contributor Author

Cgol9 commented Dec 6, 2024

@ofekshenawa can a new tag be created for this change?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants