You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I needed this because I need to create query to find node by id.
At the moment, my workaround is to concat directly to the query, which is not recommended:
Hi, when I query using attribute filter, it'll work fine. For example:
But when I passed inside
WHERE
statement, it doesn't seem to work:I needed this because I need to create query to find node by id.
At the moment, my workaround is to concat directly to the query, which is not recommended:
Just wondering is this behavior expected? Because I read the documentation this should be supported.
Refer: http://neo4j.com/docs/developer-manual/current/cypher/syntax/parameters/
The text was updated successfully, but these errors were encountered: