alibaba / alibaba/GraphScope

[BUG] Query didn't returns the expected results

Open
#4,437 1 comment 0 reactions 2 assignees Claimed by @zhanglei1949 View on GitHub
stale
Dominant language
C++
Stars
3.6k
Forks
468
Avg merge
29m
Merged PRs (30d)
1

Description

When running the following query, no results is returned.
```cypher
match (n:Paper) where n.title CONTAINS "xxx " return n limit 100;
```

while changing tag `n` to `m` will resolve the issue.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.