mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-27 07:16:26 +00:00
update to the latest version of cellulite and steppe
This commit is contained in:
@ -842,8 +842,7 @@ impl<'a> Filter<'a> {
|
||||
),
|
||||
Vec::new(),
|
||||
);
|
||||
let cellulite = cellulite::Cellulite::new(index.cellulite);
|
||||
let result = cellulite
|
||||
let result = index.cellulite
|
||||
.in_shape(rtxn, &polygon.into(), &mut |_| ())
|
||||
.map_err(InternalError::CelluliteError)?;
|
||||
// TODO: Remove once we update roaring
|
||||
|
Reference in New Issue
Block a user