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
This problem comes from the 3rd party parser we use to power the linter on the frontend. Its grammar doesn't support / in field names.
It does not impede the ability to execute the query, query runs are separated from linting.
Long term problem is that this dependency is unmaintained and relies on an unmaintained parser generator itself. We should probably maintain our own parser if there's no better option out there.
I don't know if that's actually a good idea, but tantivy query parser is pretty self contained, and shouldn't be too hard to integrate as a wasm module in a js app
The text was updated successfully, but these errors were encountered: