-
Notifications
You must be signed in to change notification settings - Fork 94
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
about search query parameter binding, #341
Labels
bug
Something isn't working
Comments
@bsbodden Hi! Is this bug no longer relevant? I prepared changes, but did not create a merge request |
Oops, I thought your comment above meant is was part of a PR. Sorry re-opening |
justTimTim
added a commit
to justTimTim/redis-om-spring
that referenced
this issue
Sep 13, 2023
no problem) PR created |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When there is a duplicate parameter binding, it seems to be causing an issue. For example, in a query like this,
the generated SQL statement ends up looking something like this:
"FT.SEARCH" "xxxxIdx" "(@name:sso)|(@content:$keyword)" "LANGUAGE" "chinese" "LIMIT" "10" "10"
notice that the second parameter
$keyword
was not binding correctlyThe text was updated successfully, but these errors were encountered: