Hi!
Someone knows how can I search for a node using the full-text query, but limited to a relationship with a specific node?
Here is an example that I had implemented, but stills too slow.
MATCH (n) WHERE id(n) = $id
WITH n
CALL db.index.fulltext.que...