I have a node with key with non ASCII characters
node{číslo:"A"}
with REST API I find this node
http://localhost:7475/db/data/index/node/firma/číslo/A
but, if I can using cypher:
START root=node:node_index(číslo="A")
RETURN root
Non ascii characters not accepted.
Invalid query
`=` expected
"START root=node:node:node_index(číslo="A") //
Must be kys only ASCII strings?
thanks
P.B.
Must be kys only ASCII strings?