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
Structured queries on numeric field raise an java.io.IOException: can not write type [class scala.math.BigDecimal]
java.io.IOException: can not write type [class scala.math.BigDecimal]
Example of query:
{ "_query": "age", "_value": 42 }
String queries work ({ "_string": "age:42"})
{ "_string": "age:42"}
The text was updated successfully, but these errors were encountered:
#37 Fix query on numeric value
67af22e
1b2af9e
To-om
No branches or pull requests
Structured queries on numeric field raise an
java.io.IOException: can not write type [class scala.math.BigDecimal]
Example of query:
String queries work (
{ "_string": "age:42"}
)The text was updated successfully, but these errors were encountered: