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
{{ message }}
This repository has been archived by the owner on Mar 5, 2021. It is now read-only.
The Gui saves the 90.0 as 90. This results in an elasticsearch error:
"error": {
"root_cause": [
{
"type": "parse_exception",
"reason": "parse_exception: Parameter [percents] must be an array of doubles, type ArrayList provided instead"
}
Workaround: use "90.01"
regards
Christian
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There is a probably Problem with the autoindent / autoformat Feature in the rest console of kopf (2.1.2).
If you have a query with e.g.:
The Gui saves the 90.0 as 90. This results in an elasticsearch error:
"error": {
"root_cause": [
{
"type": "parse_exception",
"reason": "parse_exception: Parameter [percents] must be an array of doubles, type
ArrayList
provided instead"}
Workaround: use "90.01"
regards
Christian
The text was updated successfully, but these errors were encountered: