1
votes

According to Nodes() function returns relationships? there is an AUTO-COMPLETE toggle in the Neo4j browser. I am using 3.2.0 which does not have this. Is there a equivalent UI element?

2

2 Answers

5
votes

Looks like it moved to the bottom of the browser settings gear and is now labeled Connect result nodes. It defaults to checked. If you uncheck the box it appears as though it behaves like the autocomplete slider did previously.

enter image description here

1
votes

In the neo4j browser, click on the "Browser Settings" cog icon in the bottom left.

This reveals the Browser settings tab. Look under the "User Interface" section and you'll see a check box for "Enhanced query editor". If you hover over it, a pop-up says that it enables autocomplete and syntax highlighting in the query editor.

Ensure this is checked.

Now start to type:
MATCH ()

On typing the first parenthesis you should see some autocomplete nodes displayed.