v2021-03-25
Query optimizations and bug fixes
GROQ
New features:
- Optimize
*[a[].b match "foo"]
- Optimize nested paths (e.g.
*[foo[].bar[].baz match "bar"]
). This also makes them possible to use insidescore()
.
Bug fixes:
- Fix
*[foo == null]
whenfoo
refers to an empty object - Fix some edge case bugs related to negation.