Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When switching from search to visualize, the data cannot be queried. #4031

Open
TrisanGus opened this issue Jul 23, 2024 · 2 comments
Open
Assignees
Labels
☢️ Bug Something isn't working testing In Testing

Comments

@TrisanGus
Copy link

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.
image

When clicking on 'visualize' to perform an automatic conversion, the data cannot be retrieved.
image

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)

v0.10.8-rc5
a42f567d2f556ab5641dc273475375c9047f869a
2024-07-18T01:07:23Z

Anything else?

No response

@TrisanGus TrisanGus added the ☢️ Bug Something isn't working label Jul 23, 2024
@ktx-kirtan
Copy link
Collaborator

ktx-kirtan commented Jul 23, 2024

@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

@ktx-kirtan
Copy link
Collaborator

@AlexGuoMe this is now available. Please try with the latest release

@ktx-kirtan ktx-kirtan added the testing In Testing label Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
☢️ Bug Something isn't working testing In Testing
Projects
None yet
Development

No branches or pull requests

2 participants