mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 00:31:02 +00:00
Implement localized search
This commit is contained in:
committed by
Louis Dureuil
parent
d82f8fd904
commit
90c0a6db7d
@ -68,6 +68,7 @@ fn main() -> Result<(), Box<dyn Error>> {
|
||||
logger,
|
||||
TimeBudget::max(),
|
||||
None,
|
||||
None,
|
||||
)?;
|
||||
if let Some((logger, dir)) = detailed_logger {
|
||||
logger.finish(&mut ctx, Path::new(dir))?;
|
||||
|
Reference in New Issue
Block a user