Metadata filtering doesn't seem to work correctly
Given the query:
```
PARAGRAPH FROM "examples/" WHERE [author] IS "Shakespeare"
```
When I run this locally against a file with any other [author] (author = bob), it still returns the paragraph. It seems to be only checking whether author exists
0 条评论