fireSeqSearch icon indicating copy to clipboard operation
fireSeqSearch copied to clipboard

Broken when search with :

Open Endle opened this issue 2 years ago • 4 comments

[INFO ] Searching linear site:wikipedia.org
thread 'tokio-runtime-worker' panicked at 'called `Result::unwrap()` on an `Err` value: FieldDoesNotExist("site")', src\main.rs:55:49

Endle avatar May 14 '22 15:05 Endle

Correction: a : would break the server

Endle avatar May 20 '22 22:05 Endle

Correction: won't break server, but just no response for this query. Related upstream issue: https://github.com/quickwit-oss/tantivy/issues/5

xxchan avatar Jan 01 '23 16:01 xxchan

Correction: won't break server, but just no response for this query. Related upstream issue: quickwit-oss/tantivy#5

Thank you so much for sharing that. I don't know this was an upstream issue before.

I'm thinking of adding a filter at server site, to remove site: from terms. It won't be too hard. I'm just too lazy to finish this fix

Endle avatar Jan 01 '23 21:01 Endle

* could also break the search

Endle avatar Jan 10 '23 18:01 Endle