feat(discover): update searxng query options to include categories and time range
This commit is contained in:
parent
0b7989c3d3
commit
740372c59b
2 changed files with 5 additions and 4 deletions
|
|
@ -6,6 +6,7 @@ interface SearxngSearchOptions {
|
|||
engines?: string[];
|
||||
language?: string;
|
||||
pageno?: number;
|
||||
time_range?: string[];
|
||||
}
|
||||
|
||||
interface SearxngSearchResult {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue