return a task view instead of a task

This commit is contained in:
Tamo
2023-11-28 15:08:13 +01:00
committed by Clément Renault
parent fbea721378
commit 3adbc2b942
5 changed files with 153 additions and 141 deletions

View File

@ -9,6 +9,7 @@ pub mod index_uid_pattern;
pub mod keys;
pub mod settings;
pub mod star_or;
pub mod task_view;
pub mod tasks;
pub mod versioning;
pub use milli::{heed, Index};