mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-27 07:16:26 +00:00
fix the cellulite spilling bug
This commit is contained in:
@ -842,7 +842,8 @@ impl<'a> Filter<'a> {
|
||||
),
|
||||
Vec::new(),
|
||||
);
|
||||
let result = index.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