Must be kys only ASCII strings?
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 |
From: xtrip_golf <g...@xtrip.net>
Date: Tue, 24 Jul 2012 05:44:54 -0700 (PDT)
Local: Tues, Jul 24 2012 8:44 am
Subject: Must be kys only ASCII strings?
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.
You must Sign in before you can post messages.
You do not have the permission required to post.
|
 |
From: Florent Empis <florent.em...@gmail.com>
Date: Tue, 24 Jul 2012 15:08:14 +0200
Local: Tues, Jul 24 2012 9:08 am
Subject: Re: [Neo4j] Must be kys only ASCII strings?
Hi,
Just a shot in the dark, but is your Java class containing your Cypher
compiled and ran in UTF-8 ? -Dencoding and al...?
Florent
2012/7/24 xtrip_golf <g...@xtrip.net>
> 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.
You must Sign in before you can post messages.
You do not have the permission required to post.
|
 |
From: Peter Neubauer <peter.neuba...@neotechnology.com>
Date: Tue, 24 Jul 2012 06:12:04 -0700
Local: Tues, Jul 24 2012 9:12 am
Subject: Re: [Neo4j] Must be kys only ASCII strings?
HI there,
what is the context for getting that error? Terminal? Curl?
Cheers,
/peter neubauer
G: neubauer.peter
S: peter.neubauer
P: +46 704 106975
L: http://www.linkedin.com/in/neubauer
T: @peterneubauer
Wanna learn something new? Come to @graphconnect.
On Tue, Jul 24, 2012 at 5:44 AM, xtrip_golf <g ...@xtrip.net> wrote:
> 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.
You must Sign in before you can post messages.
You do not have the permission required to post.
|
 |
From: xtrip_golf <g...@xtrip.net>
Date: Tue, 24 Jul 2012 07:10:59 -0700 (PDT)
Local: Tues, Jul 24 2012 10:10 am
Subject: Re: [Neo4j] Must be kys only ASCII strings?
With browser using webadmin data browser and with python using bulbs package.
On Tuesday, July 24, 2012 3:12:04 PM UTC+2, Peter Neubauer wrote:
> HI there, > what is the context for getting that error? Terminal? Curl? > Cheers, > /peter neubauer > G: neubauer.peter > S: peter.neubauer > P: +46 704 106975 > L: http://www.linkedin.com/in/neubauer > T: @peterneubauer > Wanna learn something new? Come to @graphconnect. > On Tue, Jul 24, 2012 at 5:44 AM, xtrip_golf <g...@xtrip.net> wrote: > > 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.
You must Sign in before you can post messages.
You do not have the permission required to post.
|
 |
From: xtrip_golf <g...@xtrip.net>
Date: Tue, 24 Jul 2012 07:15:25 -0700 (PDT)
Local: Tues, Jul 24 2012 10:15 am
Subject: Re: [Neo4j] Must be kys only ASCII strings?
thanks
I have installed java and neo4j from debian package repository. I think, that is compiled with utf-8, but I not sure.
On Tuesday, July 24, 2012 3:08:14 PM UTC+2, Florent Empis wrote:
> Hi,
> Just a shot in the dark, but is your Java class containing your Cypher > compiled and ran in UTF-8 ? -Dencoding and al...?
> Florent
> 2012/7/24 xtrip_golf <g...@xtrip.net>
>> 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.
You must Sign in before you can post messages.
You do not have the permission required to post.
|
 |
From: Andres Taylor <andres.tay...@neotechnology.com>
Date: Tue, 24 Jul 2012 17:38:46 +0200
Local: Tues, Jul 24 2012 11:38 am
Subject: Re: [Neo4j] Must be kys only ASCII strings?
On Tue, Jul 24, 2012 at 2:44 PM, xtrip_golf <g ...@xtrip.net> wrote:
> Must be kys only ASCII strings?
No, but if you use anything but a-z and numerals, you have to use
backticks.
START root=node:node_index(`číslo`="A")
RETURN root
HTH,
Andrés
You must Sign in before you can post messages.
You do not have the permission required to post.
|
 |
From: xtrip_golf <g...@xtrip.net>
Date: Tue, 24 Jul 2012 09:47:48 -0700 (PDT)
Local: Tues, Jul 24 2012 12:47 pm
Subject: Re: [Neo4j] Must be kys only ASCII strings?
Oh,
Thanks very match.
On Tuesday, July 24, 2012 5:38:46 PM UTC+2, Andres Taylor wrote:
> On Tue, Jul 24, 2012 at 2:44 PM, xtrip_golf <g...@xtrip.net> wrote:
>> Must be kys only ASCII strings? > No, but if you use anything but a-z and numerals, you have to use > backticks. > START root=node:node_index(`číslo`="A") > RETURN root > HTH,
> Andrés
You must Sign in before you can post messages.
You do not have the permission required to post.
|
 |
From: Michael Hunger <michael.hun...@neopersistence.com>
Date: Tue, 24 Jul 2012 18:13:30 +0100
Local: Tues, Jul 24 2012 1:13 pm
Subject: Re: [Neo4j] Must be kys only ASCII strings?
Use backticks to quote the key
Sent from mobile device
Am 24.07.2012 um 14:08 schrieb Florent Empis <florent.em...@gmail.com>:
> Hi,
> Just a shot in the dark, but is your Java class containing your Cypher compiled and ran in UTF-8 ? -Dencoding and al...?
> Florent
> 2012/7/24 xtrip_golf <g...@xtrip.net>
> 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.
You must Sign in before you can post messages.
You do not have the permission required to post.
|
|
|