We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When a node's name contains a period (.), only the strings on the right-side of the period show up in the search result.
.
HNSW.NEW test DIM 3
HNSW.NODE.ADD test aaa.txt DATA 3 1.0 1.0 1.0 HNSW.NODE.ADD test bbb.txt DATA 3 1.0 1.0 1.0 HNSW.NODE.ADD test ccc.txt DATA 3 1.0 1.0 1.0
HNSW.SEARCH test K 3 QUERY 3 1.0 1.0 1.0
[ 3, ['similarity', '-0', 'name', 'aaa.txt'], ['similarity', '-0', 'name', 'bbb.txt'], ['similarity', '-0', 'name', 'ccc.txt'] ]
[ 3, ['similarity', '-0', 'name', 'txt'], ['similarity', '-0', 'name', 'txt'], ['similarity', '-0', 'name', 'txt'] ]
Redis server v=5.0.7 sha=00000000:0 malloc=jemalloc-5.2.1 bits=64 build=636cde3b5c7a3923
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When a node's name contains a period (
.
), only the strings on the right-side of the period show up in the search result.How to reproduce
Expected output
Actual output
Redis server v=5.0.7 sha=00000000:0 malloc=jemalloc-5.2.1 bits=64 build=636cde3b5c7a3923
The text was updated successfully, but these errors were encountered: