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
@ReneGreen27 thanks for raising this! That syntax is not supported by design. You can express this query like this: (plugin_sdk_version:1.1.* OR plugin_sdk_version:1.2.*)
I can add this as a feature request if you want. I'm also going to talk to the query builder team about maybe showing to the user that wildcards aren't supported in this way.
Environment
SaaS (https://sentry.io/)
Steps to Reproduce
Both of these work:
plugin_sdk_version is 1.1.*
plugin_sdk_version is 1.1.4 or 1.2.2
This does not work:
plugin_sdk_version is 1.1.* or 1.2.*
The last filter results in no results being shown. Results are shown for both of the previous filters.
Internal ticket contains example #137334
Expected Result
Customer expects that both conditions be able to be used concurrently since they can be used separately to provide results
Actual Result
No results shown when both wildcard and OR used
Product Area
Dashboards
Link
No response
DSN
No response
Version
No response
The text was updated successfully, but these errors were encountered: