Skip to content

fix(search): return results even if doc is empty#3457

Merged
ndyakov merged 2 commits into
masterfrom
ndyakov/fix-3456
Jul 31, 2025
Merged

fix(search): return results even if doc is empty#3457
ndyakov merged 2 commits into
masterfrom
ndyakov/fix-3456

Conversation

@ndyakov

@ndyakov ndyakov commented Jul 31, 2025

Copy link
Copy Markdown
Member

"If a relevant key expires while a query is running, an attempt to load the key's value will return a null array. However, the key is still counted in the total number of results." - Redis Search return documentation

fixes #3456

"If a relevant key expires while a query is running, an attempt to load
the key's value will return a null array. However, the key is still
counted in the total number of results." - Redis Search return
documentation
@ndyakov ndyakov force-pushed the ndyakov/fix-3456 branch from f683e12 to 4a3ed86 Compare July 31, 2025 12:05
@ndyakov ndyakov merged commit 9cfefa6 into master Jul 31, 2025
20 checks passed
ofekshenawa pushed a commit that referenced this pull request Aug 10, 2025
* fix(search): return results even if doc is empty

"If a relevant key expires while a query is running, an attempt to load
the key's value will return a null array. However, the key is still
counted in the total number of results." - Redis Search return
documentation

* fix(doctest): fix assertions in doctests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FT.Search returns error when there is an expired key in the results

2 participants