[BUG] Query didn't returns the expected results
Open
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
Assessment
This issue has not been assessed yet.