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
{{ message }}
This repository was archived by the owner on May 12, 2026. It is now read-only.
Unwrap JSON array values in ad-hoc equality filters
When Grafana passes a stringified array like ["paperclip"] as a filter
value, detect it as JSON array and generate term queries on the
individual elements instead of a phrase query on the literal string.
Single element: attributes.tags:paperclip
Multiple elements: attributes.tags:paperclip OR attributes.tags:stapler
Empty array: no-op
Fixesquickwit-oss/quickwit-datasource#179
0 commit comments