mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 00:31:02 +00:00
start updating the exposed function to makes other modules happy
This commit is contained in:
@ -262,7 +262,7 @@ impl Search {
|
||||
}
|
||||
|
||||
if let Some(ref filter) = self.filter {
|
||||
let condition = milli::FilterCondition::from_str(&txn, &index, filter)?;
|
||||
let condition = milli::Filter::from_str(filter)?;
|
||||
search.filter(condition);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user