quickwit-oss / quickwit

Cloud-native search engine for observability. An open-source alternative to Datadog, Elasticsearch, Loki, and Tempo.
https://quickwit.io
Other
7.88k stars 320 forks source link

Define and implement the user XP when searching for phrase query where position are not available. #1363

Open fulmicoton opened 2 years ago

fulmicoton commented 2 years ago

When position are not available if the user search for a phrase query, we just return an error message explaining that phrase query are not supported for this field.

Still, users who haven't any position may still want a mechanism to feed tantivy with a phrase, and have it tokenized. (just not have position matching)

We need some syntax to do this.

I have a preference for parenthesis or single quote.

fulmicoton commented 2 years ago

The error message is pretty explicit.

Keeping the backticks/parenthesis story and moving that to 0.4.

fulmicoton commented 1 year ago

Moving htat to Quickwit 0.5