You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 23, 2019. It is now read-only.
Autocomplete can be smarter. On startup, in the background, query the graph for all the combinations of (:Label)-[:RELATIONSHIP]-(:Label) in the graph. Essentially the "what is related and how" query.
When recommending relationship names, only recommend relationships that are possibly attached to the node label to the left, if present. When recommending node labels, only recommend node labels attached to the relationship name to the left, if present. When recommending property keys, only recommend keys that are on the node label that the identifier was created with.
Whether or not cycli retrieves this data in the background should probably be an option, such as cycli -m or cycli --smart for smart autocomplete.
The text was updated successfully, but these errors were encountered:
Autocomplete can be smarter. On startup, in the background, query the graph for all the combinations of
(:Label)-[:RELATIONSHIP]-(:Label)
in the graph. Essentially the "what is related and how" query.When recommending relationship names, only recommend relationships that are possibly attached to the node label to the left, if present. When recommending node labels, only recommend node labels attached to the relationship name to the left, if present. When recommending property keys, only recommend keys that are on the node label that the identifier was created with.
Whether or not cycli retrieves this data in the background should probably be an option, such as
cycli -m
orcycli --smart
for smart autocomplete.The text was updated successfully, but these errors were encountered: