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

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