add search endpoint; warn unwrap

This commit is contained in:
Quentin de Quelen 2020-04-07 19:34:57 +02:00 committed by qdequele
parent 0aa16dd3b1
commit 73b5c87cbb
No known key found for this signature in database
GPG key ID: B3F0A000EBF11745
5 changed files with 58 additions and 60 deletions

View file

@ -6,7 +6,7 @@ pub mod document;
pub mod health;
// pub mod index;
pub mod key;
// pub mod search;
pub mod search;
// pub mod setting;
// pub mod stats;
// pub mod stop_words;