Implement localized search

This commit is contained in:
ManyTheFish
2024-07-23 14:09:27 +02:00
committed by Louis Dureuil
parent d82f8fd904
commit 90c0a6db7d
14 changed files with 292 additions and 70 deletions

View File

@ -7,6 +7,7 @@ pub mod features;
pub mod index_uid;
pub mod index_uid_pattern;
pub mod keys;
pub mod locales;
pub mod settings;
pub mod star_or;
pub mod task_view;