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

Bugs and Missing Features in SEARCH Query Engine #4530

Open
4 tasks
BagritsevichStepan opened this issue Jan 29, 2025 · 0 comments
Open
4 tasks

Bugs and Missing Features in SEARCH Query Engine #4530

BagritsevichStepan opened this issue Jan 29, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@BagritsevichStepan
Copy link
Contributor

BagritsevichStepan commented Jan 29, 2025

This issue serves as a summary of all reported problems in the Dragonfly SEARCH query engine, consolidating known bugs and missing features that need to be addressed. Below is a list of the key issues.

  • Bug in the FT.SEARCH command: for queries like @some_field:{some_value} [KNN search expression]. The search only considers the KNN expression but does not filter documents by the specified some_field value. Estimated time: ~1 day
  • Support synonyms in queries. Add FT.SYNADD, FT.SYNUPDATE, FT.SYNDUMP. Estimated time: ~1 day
  • Fully support full text search: (Estimated time: ~3 days)
    - Support prefix search. For example: @text:prefix*. Discussion.
    - Support infix queries. For example: @text:*infix*
    - Support suffix queries. For example: @text:*infix
  • Test escaping and direct qutoes to be on the safe side. Discussion №1. Discussion №2 . Estimated time: ~2 days
@BagritsevichStepan BagritsevichStepan added the bug Something isn't working label Jan 29, 2025
@BagritsevichStepan BagritsevichStepan self-assigned this Jan 29, 2025
@BagritsevichStepan BagritsevichStepan marked this as a duplicate of #2321 Jan 30, 2025
@BagritsevichStepan BagritsevichStepan marked this as a duplicate of #3014 Jan 30, 2025
@BagritsevichStepan BagritsevichStepan marked this as a duplicate of #2291 Jan 30, 2025
@BagritsevichStepan BagritsevichStepan marked this as a duplicate of #3145 Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant