-
Notifications
You must be signed in to change notification settings - Fork 991
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
Wrong field types in indexes #3986
Labels
bug
Something isn't working
Comments
BagritsevichStepan
added a commit
to BagritsevichStepan/dragonfly
that referenced
this issue
Oct 24, 2024
…EARCH and FT.AGGREGATE commands fixes dragonflydb#3986 Signed-off-by: Stsiapan Bahrytsevich <[email protected]>
BagritsevichStepan
added a commit
to BagritsevichStepan/dragonfly
that referenced
this issue
Nov 5, 2024
…EARCH and FT.AGGREGATE commands fixes dragonflydb#3986 Signed-off-by: Stepan Bagritsevich <[email protected]>
BagritsevichStepan
added a commit
to BagritsevichStepan/dragonfly
that referenced
this issue
Nov 5, 2024
…EARCH and FT.AGGREGATE commands fixes dragonflydb#3986 Signed-off-by: Stepan Bagritsevich <[email protected]>
BagritsevichStepan
added a commit
to BagritsevichStepan/dragonfly
that referenced
this issue
Nov 6, 2024
…EARCH and FT.AGGREGATE commands fixes dragonflydb#3986 Signed-off-by: Stepan Bagritsevich <[email protected]>
BagritsevichStepan
added a commit
to BagritsevichStepan/dragonfly
that referenced
this issue
Nov 8, 2024
…EARCH and FT.AGGREGATE commands fixes dragonflydb#3986 Signed-off-by: Stepan Bagritsevich <[email protected]>
BagritsevichStepan
added a commit
to BagritsevichStepan/dragonfly
that referenced
this issue
Nov 9, 2024
…EARCH and FT.AGGREGATE commands fixes dragonflydb#3986 Signed-off-by: Stepan Bagritsevich <[email protected]>
BagritsevichStepan
added a commit
to BagritsevichStepan/dragonfly
that referenced
this issue
Nov 10, 2024
…EARCH and FT.AGGREGATE commands fixes dragonflydb#3986 Signed-off-by: Stepan Bagritsevich <[email protected]>
romange
pushed a commit
that referenced
this issue
Nov 10, 2024
…EARCH and FT.AGGREGATE commands (#4070) * fix(search_family): Process wrong field types in indexes for the FT.SEARCH and FT.AGGREGATE commands fixes #3986 --------- Signed-off-by: Stepan Bagritsevich <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
If the field type in the document and in the index differ, we should not return this document in FT.SEARCH or FT.AGGREGATE.
For example:
Initialize:
Redis:
Dragonfly:
At the same time, if the field is missing in the document, we should return this document. For example:
Redis:
The text was updated successfully, but these errors were encountered: