mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
start updating the exposed function to makes other modules happy
This commit is contained in:
parent
6c9165b6a8
commit
e25ca9776f
7 changed files with 24 additions and 12 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue