fireSeqSearch
fireSeqSearch copied to clipboard
Broken when search with :
[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
Correction: a :
would break the server
Correction: won't break server, but just no response for this query. Related upstream issue: https://github.com/quickwit-oss/tantivy/issues/5
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
*
could also break the search