Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support save some custom queries in the "console" #85

Closed
handsonbao opened this issue Jan 11, 2022 · 0 comments
Closed

support save some custom queries in the "console" #85

handsonbao opened this issue Jan 11, 2022 · 0 comments
Labels
type/feature req Type: feature request

Comments

@handsonbao
Copy link

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
When i execute some frequently used queries, i can't save them in the "console".
For example, i usually use "MATCH p=(v:P_Account{account_id:"C000000003"})-[e*1..7]-(v2:Transaction) where v2.isFraud==true RETURN v2,e,p;".
But every time i use different account_id and where clause. It will be great if we can save this in the console, and i can just need to change the necessary content.
It will be useful when i was in a team. We can share the queries.

Describe the solution you'd like
A clear and concise description of what you want to happen.
We can save some custom queries in the "console".

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Maybe save these queries in the local.

Additional context
Add any other context or screenshots about the feature request here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature req Type: feature request
Projects
None yet
Development

No branches or pull requests

3 participants