-
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
Search bug #1995
Comments
Hi! 👋🏻 Thanks for the report. True, also numeric arrays can be indexed as multi-value entries. Will fix that soon |
The debug memory command will be very useful too |
And JSON.MSET . Where can we see your plans on implementing or not things ? |
@yovanoc if there is no issue then we unlikely implement it. Please open an issue for json.mset. |
|
We released 1.11 today and it should contain some fixes 🔥 For example, there should be no easy way to crash Dragonfly at all (before I didn't expect search to have actually any users at all). The latest fixes are unfortunately not included in this issue |
Will look at it very soon! 🔥 |
Of course, we are already testing the search. Ultimately, the search with Json and an index would facilitate many things and bring DragonflyDB to a whole new level. A Redis alternative without modules that can do Json, Geo and Fulltext, but is much more efficient and faster. A dream Here is another error in the search I just found: The sorting does not work after a restart. The search field defined in the index is not found after the restart ((error) ERR Invalid sort field). Directly after creating the index it still works, after restarting the DB it doesn't work anymore. If I could wish something for the search would be the WITHSCORES output (with the hope that the current search as in Redis by default sorted by relevance) and the extension of the index with the simple GEO point search (distance) eg by definition in the index „$.location AS location GEO" and then Much you have already finished: The most important FT-commands (info, drop, etc). Also Limit works well, the search in tags we have tested so far only with numeric arrays values, so we had not noticed the error above until now.
|
Hi! Happy to see courageous users ready to try out brand new features 😀
Feel free to reach out about any issues you encounter |
I know you just add support for search but I thought reporting you this can help.
When we follow the example here https://redis.io/docs/interact/search-and-query/indexing/
this command return nothing:
json arrays as tag doesn't work too, and json arrays as text gives syntax error
The text was updated successfully, but these errors were encountered: