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
无法被搜索到
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);
猜测“-”这个符号的问题无法被搜索到数据
The text was updated successfully, but these errors were encountered:
gkorland
changed the title
字符串无法搜索到
字符串无法搜索到 (String cannot be found)
Dec 31, 2019
@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?
无法被搜索到
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);
猜测“-”这个符号的问题无法被搜索到数据
The text was updated successfully, but these errors were encountered: