I cannot request a set of string properties with a numeric value. Example:
{
"id": "Test.2",
"type": "Test",
"nombre": "1"
}
http:
[]
I changed the attribute to keep the number, and then the request works well. Anyway, it should be possible to query for the numeric values ββof a string, right?
EDIT
I found that the problem will be released in version 0.26
source
share