✨ feat: pass new safe search option in the results function in the
trait (#201)
This commit is contained in:
parent
6fa45ecb12
commit
cbad560139
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ pub trait SearchEngine: Sync + Send {
|
|||
page: u32,
|
||||
user_agent: String,
|
||||
request_timeout: u8,
|
||||
safe_search: u8,
|
||||
) -> Result<HashMap<String, SearchResult>, EngineError>;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue