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
When piping an array in a projection to the order function, syntax highlighting suggests there is an error. On inspecting that error, it seems as if the pipe is not expected.
To Reproduce
Pipe an array in a projection to the order function, e.g. as seen below
*[] {
"key1": {
"key2": arr[] | order(type)
}
}
Expected behavior
There should be no error
Screenshots
Which versions of Sanity are you using?
N/A
What operating system are you using?
macOS Sonoma 14.4.1
Additional context
N/A
Security issue?
N/A
The text was updated successfully, but these errors were encountered:
Describe the bug
When piping an array in a projection to the order function, syntax highlighting suggests there is an error. On inspecting that error, it seems as if the pipe is not expected.
To Reproduce
Pipe an array in a projection to the order function, e.g. as seen below
Expected behavior
There should be no error
Screenshots
Which versions of Sanity are you using?
N/A
What operating system are you using?
macOS Sonoma 14.4.1
Additional context
N/A
Security issue?
N/A
The text was updated successfully, but these errors were encountered: