cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Display corresponding Cypher query from Bloom search phrase

Hi all,
I would like to know if there is a possibility to get the Cypher query that might be executed in the background when entering a Bloom search phrase.

So for example if I type in Bloom as search phrase "Product", can I display the corresponding Cypher query? And if so, how do I get that Cypher query (in this case I guess the corresponding query might be "Match (p:Product) RETURN p")?

I appreciate your help. Thanks!
Johanna

1 REPLY 1

Hi Johanna,

Did you already try the procedure apoc.index.fulltext.querynode.

It can be useful for the first need. I implemented the same behavior in my app. 

Br