Reduce Gemini fallback noise and restore result volume
build-push / docker (push) Successful in 4m6s
build-push / docker (push) Successful in 4m6s
This commit is contained in:
@@ -127,7 +127,7 @@ func (s *SearchService) SearchMedia(queries []string, enabledPlatforms map[strin
|
||||
}
|
||||
|
||||
func (s *SearchService) EnrichResults(results []SearchResult) []SearchResult {
|
||||
limit := minInt(len(results), 12)
|
||||
limit := minInt(len(results), 14)
|
||||
if limit == 0 {
|
||||
return results
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user