mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-21 21:48:21 -05:00
✨ feat: pass new safe search option in the results function in the
trait (#201)
This commit is contained in:
parent
6fa45ecb12
commit
cbad560139
@ -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…
Reference in New Issue
Block a user