neo4j-graphql / neo4j-graphql-java

Neo4j Labs Project: Pure JVM translation for GraphQL queries and mutations to Neo4j's Cypher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for full text search index

yarc opened this issue · comments

commented

Support for filtering based on full text search index.

At the moment the only way i can see is to write @cypher queries but then you lose all the built-in goodies like filtering, sorting and paging.