cayleygraph / cayleygraph/cayley
Read API match Literals expects bare strings instead of N3
Open
bug
- Dominant language
- Go
- Stars
- 15.1k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
**Description**
Read API match parameters are described to be n3 but for literals only bare string notation works.
**Steps to reproduce the issue:**
1. Query with `obj="value"` doesn't work
2. Query with `obj=value` works
**Output of `cayley version` or commit hash:**
```
Cayley version: v0.7.x-dev
Git commit hash: b9dabbed3f75
```
**Environment details:**
Backend database: `memory`
Contributor guide
Assessment
This issue has not been assessed yet.