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
@AlexGuoMe In the query you have OR conditions. When we convert for visualize we add all the conditions as AND. Currently we are working on supporting OR operator as well. Once that will be available, this can be solved.
For now you can update your query with the (pushtype IN ('101', '102', '103')
We will be getting more features soon for writing complex conditions from the UI
Which OpenObserve functionalities are the source of the bug?
log search
Is this a regression?
No
Description
In the search function, the following statement works normally.
When clicking on 'visualize' to perform an automatic conversion, the data cannot be retrieved.
When I use the following statement, it works normally.
reporttype='reportPushMsg' and pushtype in ('101', '102', '103')
Please provide a link to a minimal reproduction of the bug
No response
Please provide the exception or error you saw
No response
Please provide the version you discovered this bug in (check about page for version information)
Anything else?
No response
The text was updated successfully, but these errors were encountered: