Re: [Neo4j] [Cypher] ANY() and array properties

2011-12-18 Thread Andres Taylor
On Fri, Nov 25, 2011 at 8:12 PM, Stephen glur...@gmail.com wrote:

 Just two things, the examples use `identifier`, but then the documentation
 use `symbol`, and of course that the docs say it works on array properties
 ;)


I finally came around and fixed so array properties can be used, and the
wording in the documentation.

Thanks again for pointing this out!

Andrés
___
NOTICE: THIS MAILING LIST IS BEING SWITCHED TO GOOGLE GROUPS, please register 
and consider posting at https://groups.google.com/forum/#!forum/neo4j

Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] [Cypher] ANY() and array properties

2011-11-25 Thread Andres Taylor
On Fri, Nov 25, 2011 at 8:57 AM, Stephen glur...@gmail.com wrote:

 Ah, thanks, at least it's not user error :)

 BTW, the Functions documentation
 (http://docs.neo4j.org/chunked/1.5/query-function.html#functions-any)
 could
 use some better wording.


I absolutely agree. Do you have any suggestions?

Andrés
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] [Cypher] ANY() and array properties

2011-11-25 Thread Stephen
Just two things, the examples use `identifier`, but then the documentation
use `symbol`, and of course that the docs say it works on array properties
;)

-Stephen

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/Cypher-ANY-and-array-properties-tp3535052p3536816.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


[Neo4j] [Cypher] ANY() and array properties

2011-11-24 Thread Stephen
Is ANY() supposed to work with array properties? e.g. I have the following
WHERE clause in my query:

WHERE pa.position AND ANY(pos in pa.positions : pos = QB)

However, I get a syntax error Probably missing quotes around a string
pointed at the = sign.

I can verify that pa.positions is an array by returning it directly.

-Stephen

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/Cypher-ANY-and-array-properties-tp3535052p3535052.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] [Cypher] ANY() and array properties

2011-11-24 Thread Andres Taylor
On Fri, Nov 25, 2011 at 1:40 AM, Stephen glur...@gmail.com wrote:

 Is ANY() supposed to work with array properties? e.g. I have the following
 WHERE clause in my query:


It is supposed to, but it doesn't yet.

Sorry about that...

Andrés
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user