mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-01-24 03:38:10 +00:00
Add action user can take to error message
This commit is contained in:
parent
484659fde2
commit
5cca66b346
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ Then try to restart Plume.
|
|||
},
|
||||
)
|
||||
})
|
||||
.expect("main: error on recreating search index in new index format");
|
||||
.expect("main: error on recreating search index in new index format. remove search index and run `plm search init` manually");
|
||||
open_searcher = UnmanagedSearcher::open(&CONFIG.search_index, &CONFIG.search_tokenizers);
|
||||
}
|
||||
#[allow(clippy::match_wild_err_arm)]
|
||||
|
|
Loading…
Reference in a new issue