Here is an example of how to Create an Aura Bloom parametrizable URL with Saved Search (by using the Neo4j Actor -> Movie example dataset).
First, open Bloom for Aura by clicking the "Explore" button for the instance (in your Aura Console). A new browser window will pop up with the URL like: https://bloom.neo4j.io/index.html?connectURL=neo4j%2Bs%3A%2F%2Fabcd1234.databases.neo4j.io&_ga=2.67087470.1169442420.1677519012-1808512267.1665504923 ,
Second, say you have created a saved search with the name: "Person with name $input" linked to cypher statement "MATCH (actor:Person {name: $input}) RETURN actor".
Third, then you can just add string: &search=Person%20with%20name%20Tom%20Hanks&run=true at the end of the Aura Bloom URL, like: https://bloom.neo4j.io/index.html?connectURL=neo4j%2Bs%3A%2F%2Fabcd1234.databases.neo4j.io&_ga=2.67087470.1169442420.1677519012-1808512267.1665504923&search=Person%20with%20name%20Tom%20Hanks&run=true ; now you can see the node with the name "Tom Hanks" in your bloom scene.
Lastly, please also refer to https://neo4j.com/docs/bloom-user-guide/current/bloom-tutorial/deep-links/ for more detailed information.
Comments
0 comments
Please sign in to leave a comment.