Skip to content

Conversation

@trinity-1686a
Copy link
Contributor

Description

fix #4533
update the documentation on query parser to be more extensive.

The page should be split in two, one introduction page, and one reference page. I'm not sure where to move that introduction too.

@fmassot let me know if you think I forgot anything. I tried to make sure I kept info that was before, and added things on every kind of query.
I choose to not talk about the + operator because it's basically meaningless in quickwit as we already use AND by default

@trinity-1686a trinity-1686a requested a review from fmassot March 8, 2024 18:19
If a dot `.` exists in one of the key of your object, the above syntax has some ambiguity.
For instance, by default, `{"k8s.component.name": "quickwit"}` will be matched by `k8s.component.name:quickwit`.

It is possible to remove the ambiguity by setting `expand_dots` in the json field configuration.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Isn't it the other way around?

@trinity-1686a
Copy link
Contributor Author

superseded by #4726

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.

document all query dsl features

3 participants