Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
08-22-2018 07:33 PM
Cypher Favorites are common Cypher statements which one can save to the left panel of the Neo4j browser.
A Favorite is created by entering the Cypher at the top prompt and then clicking the Favorite icon to the right as depicted:
After clicking on the Favorite Icon, the title of the Cypher statement (in this case 'my favorite Cypher') will be added to the left panel of the browser.
For example:
These favorites are stored in local browser storage and as such are centric to the user/browser who has recorded those favorites.
Additionally, if one clears their browser cache, recorded favorites will be removed.
To export favorites, use the Developer Console of Google Chrome and connect to the Neo4j browser URL.
var res = JSON.parse(localStorage.getItem('neo4j.documents'))
for (x in res) {
console.log(res['content'])
}
All the sessions of the conference are now available online