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

add beta version of the query builder #57

Merged
merged 1 commit into from
Aug 21, 2024
Merged

Conversation

Loori-R
Copy link
Contributor

@Loori-R Loori-R commented Aug 13, 2024

Added a UI for the query builder.

  • The builder allows creating simple queries based on field names and field values.
  • The list of loaded values is cached for improved performance.
  • The builder can parse nested queries, such as:
    (foo and foo:bar) or ((foo or bar) and (foo and (foo or bar)))
    

See the list of planned improvements in issue #48.
image

Copy link
Contributor

@dmitryk-dk dmitryk-dk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@hagen1778
Copy link
Contributor

Hi @Loori-R!
The builder works for me, but it becomes very laggy when selected field has many options to select.
For example, selecting _msg field staggers my browser for couple of seconds
image

I think that we should limit the number of options we load into interface.

@hagen1778 hagen1778 merged commit c5cf92f into main Aug 21, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants