feat(discover): update searxng query options to include categories and time range

This commit is contained in:
Dave 2025-06-02 05:45:17 +02:00
parent 0b7989c3d3
commit 740372c59b
2 changed files with 5 additions and 4 deletions

View file

@ -6,6 +6,7 @@ interface SearxngSearchOptions {
engines?: string[];
language?: string;
pageno?: number;
time_range?: string[];
}
interface SearxngSearchResult {