cleishm / libcypher-parser

Cypher Parser Library
Apache License 2.0
147 stars 39 forks source link

support fulltext #48

Open suejune opened 2 years ago

suejune commented 2 years ago

great job! thank you so much for sharing the cypher-parser. Is it possible to enable fulltext?

cleishm commented 5 months ago

I assume you mean CREATE FULLTEXT INDEX type commands? There is a lot of new features in the Neo4j implementation of Cypher that are not yet in this library. Contributions or maintainers would be welcome to take this on.