Query optimizations and bug fixes
Published: April 12, 2021
v2021-03-25
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]whenfoorefers to an empty object - Fix some edge case bugs related to negation.