Commit Graph

1 Commits

Author SHA1 Message Date
Dominik Schmidt
991d36d5ad refactor(kql): move parse/validation errors into pkg/kql
The KQL parser produced its own validation errors but imported them from the
search service's query package. Move them into pkg/kql and let the search
backend consume kql.IsValidationError, so the parser stops depending on a
service package.
2026-07-29 17:39:23 +02:00