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

match with regular expression return error #5492

Closed
nebula-bots opened this issue Apr 13, 2023 · 0 comments · May be fixed by #5490
Closed

match with regular expression return error #5492

nebula-bots opened this issue Apr 13, 2023 · 0 comments · May be fixed by #5490
Labels
affects/v3.4 PR/issue: this bug affects v3.4.x version auto-sync process/fixed Process of bug severity/major Severity of bug type/bug Type: something is unexpected
Milestone

Comments

@nebula-bots
Copy link
Contributor

as title

(root@nebula) [basketballplayer]> match (v:player{name:"Tim Duncan"})-[e]->(m) where m.player.name=~ 'Tony.*' rETURN v.player.name;
[ERROR (-1005)]: Storage Error: Invalid filter.

Your Environments (required)

ent-3.4-release and master

Expected behavior

execute normally

@nebula-bots nebula-bots added affects/v3.4 PR/issue: this bug affects v3.4.x version auto-sync severity/major Severity of bug type/bug Type: something is unexpected labels Apr 13, 2023
@Sophie-Xie Sophie-Xie added this to the v3.5.0 milestone Apr 13, 2023
@github-actions github-actions bot added the process/fixed Process of bug label Apr 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects/v3.4 PR/issue: this bug affects v3.4.x version auto-sync process/fixed Process of bug severity/major Severity of bug type/bug Type: something is unexpected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants