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

字符串无法搜索到 (String cannot be found) #79

Open
csx-bill opened this issue Dec 4, 2019 · 2 comments
Open

字符串无法搜索到 (String cannot be found) #79

csx-bill opened this issue Dec 4, 2019 · 2 comments
Assignees
Labels

Comments

@csx-bill
Copy link

csx-bill commented Dec 4, 2019

无法被搜索到
Query other = new Query("ba50c2e4-176b-4979-b700-70060f26b45e").limitFields("typeId");
SearchResult result = client.search(other);
能被搜索到
Query other = new Query("ba50c2e4").limitFields("typeId");
SearchResult result = client.search(other);
猜测“-”这个符号的问题无法被搜索到数据

@gkorland gkorland changed the title 字符串无法搜索到 字符串无法搜索到 (String cannot be found) Dec 31, 2019
@gkorland
Copy link
Contributor

gkorland commented Dec 31, 2019

Cannot be found

Query other = new Query ("ba50c2e4-176b-4979-b700-70060f26b45e"). LimitFields ("typeId");
SearchResult result = client.search (other);

Can be searched

Query other = new Query ("ba50c2e4"). LimitFields ("typeId");
SearchResult result = client.search (other);

The problem of guessing the symbol "-" cannot be searched for data

@gkorland
Copy link
Contributor

@csx-java sorry for taking so long to return to you, I somehow missed the issue.
It seems like an issue that is not related to the client but more on the server side.
You might want to consider opening an issue here https://github.com/RediSearch/redisearch/issues

Also, can you please add the RediSearch version you used and some sample data to recreate the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants