You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constquery="false[true]";consttree=parse(query);constresult=await(awaitevaluate(tree)).get();console.log(result);// Should be false, is null
According to the GROQ spec's section on Filter, if the base is not an array, the base should be returned. In this case, it's returning a null, which isn't correct.
The text was updated successfully, but these errors were encountered:
According to the GROQ spec's section on Filter, if the base is not an array, the base should be returned. In this case, it's returning a
null
, which isn't correct.The text was updated successfully, but these errors were encountered: