songololo commented on issue #84:
URL: https://github.com/apache/incubator-age/issues/84#issuecomment-857594546


   OK, interesting, if I run:
   ```
   LOAD 'age';
   SET search_path = ag_catalog, "$user", public;
   ```
   
   Then:
   ```
   SELECT *
   FROM cypher('test', $$
       MATCH (n:begin {name: 'John'})
       WHERE n.name = 'John'
       RETURN n
   $$) as (n agtype);
   ```
   
   Then it works as intended.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to