-
Notifications
You must be signed in to change notification settings - Fork 113
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
I found a bug in serializing with SearchRequest.toString() #573
Comments
Hi @qinxingnet, |
hi :D |
Hi @ancatoza, |
Thank you, I know that @qinxingnet already provide the code solution, I only want to be 100% sure about the location of the bug, so does this directory match? |
Yes exactly! |
Hi @qinxingnet, I was not able to reproduce this error I used this simple Java setup to try it out brunoocasali/meili-java@87bdc2b. The latest commit is trying to reproduce your use case. Below the results of that execution: I'm closing this since there is no evidence we have an issue in this repo. Feel free to reopen if you think that is a mistake! |
Description
I tracked for a period of time and found that it was the SearchRequest.toString() problem,Because when String [] is used as key and value, it will not be serialized.
Expected behavior
You need to rewrite SearchRequest. toString() and add the value processing mechanism for String []
The above code solves the problem before serializing to httpRequest.
Screenshots or Logs
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: