Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Must be kys only ASCII strings?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all  -  Translate all to Translated (View all originals)
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:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
xtrip_golf  
View profile  
 More options Jul 24 2012, 8:44 am
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.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Florent Empis  
View profile  
 More options Jul 24 2012, 9:08 am
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>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Peter Neubauer  
View profile  
 More options Jul 24 2012, 9:12 am
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.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
xtrip_golf  
View profile  
 More options Jul 24 2012, 10:10 am
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.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
xtrip_golf  
View profile  
 More options Jul 24 2012, 10:15 am
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.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andres Taylor  
View profile  
 More options Jul 24 2012, 11:38 am
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.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
xtrip_golf  
View profile  
 More options Jul 24 2012, 12:47 pm
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.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Hunger  
View profile  
 More options Jul 24 2012, 1:13 pm
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>:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »