Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
10-02-2020 12:06 PM
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
10-04-2020 06:14 AM
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
All the sessions of the conference are now available online