Skip to content

Turn a bad (syntax error) query into a working exact string query.#1697

Open
jannistsiroyannis wants to merge 3 commits intodevelopfrom
feature/bad-query-as-string
Open

Turn a bad (syntax error) query into a working exact string query.#1697
jannistsiroyannis wants to merge 3 commits intodevelopfrom
feature/bad-query-as-string

Conversation

@jannistsiroyannis
Copy link
Contributor

No description provided.

@jannistsiroyannis
Copy link
Contributor Author

jannistsiroyannis commented Feb 20, 2026

This is one way to do it, turn:
bad:query
into
"bad:query"

In some cases we might want to instead turn it into:
bad query (removing keywords/operators)
But to do that, we must make the replacement part of the language handling itself, instead of just the API, which would have it's own set of drawbacks.

This PR is mutually exclusive with #1699

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant