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

fix(interactive): Fix Bugs of Special Characters as Label Name #4366

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

shirly121
Copy link
Collaborator

@shirly121 shirly121 commented Dec 13, 2024

What do these changes do?

allow special characters and reserved words as the label names, use back-ticks to escape, i.e.:

Match (n:`@person`) Return n;

# contains is a reserved word for operator `contains`
Match (n1)-[m:`contains`]->(n2) Return m;

Related issue number

Fixes #4347
Fixes #4317

Copy link
Contributor

Please check the preview of the documentation changes at
https://be9c3b01.graphscope-docs-preview.pages.dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Label name containing @ is unsupported [BUG] Could not define a relation with name containts
1 participant