This commit is contained in:
2026-02-04 12:51:41 +00:00
parent 4fdbfb0fb3
commit f1e13f87f6
19 changed files with 722 additions and 67 deletions

View File

@@ -26,6 +26,8 @@ export interface SearchConfig {
platforms: PlatformConfig[]
strategies: SearchStrategy[]
maxResults: number
minAgeDays?: number
maxAgeDays?: number
timeFilter?: 'past-day' | 'past-week' | 'past-month' | 'past-year' | 'all'
}