quant+google+duckdcuckgo results

This commit is contained in:
partisan 2024-05-18 01:59:29 +02:00
parent c8cf762222
commit a3a7c69679
6 changed files with 187 additions and 40 deletions

View file

@ -104,7 +104,7 @@ func handleSearch(w http.ResponseWriter, r *http.Request) {
switch searchType {
case "text":
handleTextSearch(w, query, safe, lang)
HandleTextSearch(w, query, safe, lang)
case "image":
handleImageSearch(w, query, safe, lang, page)
case "video":