mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-31 02:40:01 +00:00
Improve the visual/detailed search logger
This commit is contained in:
@ -51,7 +51,7 @@ pub fn word_derivations(
|
||||
let mut two_typos = vec![];
|
||||
|
||||
if max_typo == 0 {
|
||||
if is_prefix {
|
||||
if is_prefix && !use_prefix_db {
|
||||
let prefix = Str::new(word).starts_with();
|
||||
let mut stream = fst.search(prefix).into_stream();
|
||||
|
||||
|
Reference in New Issue
Block a user