mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
Merge #183
183: Add cropping and update `_formatted` behavior r=curquiza a=MarinPostma TODO: - [x] Solves #5 - [x] Solves #203 - [x] integrate the new milli highlight (according to the query words) Co-authored-by: Marin Postma <postma.marin@protonmail.com> Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
This commit is contained in:
commit
c1b6f0e833
3 changed files with 546 additions and 143 deletions
|
@ -8,6 +8,7 @@ use crate::index_controller::{Failed, IndexStats, Processed, Processing};
|
|||
|
||||
use super::{IndexMeta, IndexResult, IndexSettings};
|
||||
|
||||
#[allow(clippy::large_enum_variant)]
|
||||
pub enum IndexMsg {
|
||||
CreateIndex {
|
||||
uuid: Uuid,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue