You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @shoang22, can you please try to execute the search with a little sleep added after the create_index has returned. It might take a while to have your index fully functional. Recently, I was chasing a flaky test and the described behavior was the root cause.
Hello,
I'm trying to add documents to redis and query them with Redisearch:
this returns
Result{0 total, docs: []}
.But when I use
db.hgetall
I get my document as expected.The text was updated successfully, but these errors were encountered: