FrancescoSillani opened a new issue, #1910: URL: https://github.com/apache/age/issues/1910
**Describe the bug** When using the exists(path) function in a WHERE clause, specifying path length (see example command, slightly adapded from your documentation), the extension crashes and the query does not complete **How are you accessing AGE (Command line, driver, etc.)?** This can be reproduced using PGAdmin **What is the command that caused the error?** ```pgsql LOAD 'age'; SET search_path TO ag_catalog; SELECT * FROM ag_catalog.create_graph('crash_graph'); SELECT * FROM ag_catalog.cypher('crash_graph', $$ MATCH (n) WHERE exists((n)-[*1]-({name: 'Willem Defoe'})) RETURN n.full_name $$) as (full_name agtype); ``` ``` ERROR: something failed to execute ``` **Expected behavior** The query completes producing results according to specified where clause **Environment (please complete the following information):** - Version: 1.5.0 **Additional context** I developed a thesauri using Apache AGE. The project was built using version 1.0.0 of apache AGE (the image available since a few months ago, using postgres 11). I'm now evaluating the effort on porting the project on latest apache age version. So far i tested these docker images, both with the same issue: apache/age apache/age:release_PG15_1.5.0 -- 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. To unsubscribe, e-mail: dev-unsubscr...@age.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org