mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
Introduce a lot of search parameters and make Deserr happy
This commit is contained in:
parent
036a9d5dbc
commit
33dfd422db
10 changed files with 411 additions and 37 deletions
|
@ -165,6 +165,7 @@ impl AuthController {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct AuthFilter {
|
||||
search_rules: Option<SearchRules>,
|
||||
key_authorized_indexes: SearchRules,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue