Init Instant Answers
Some checks failed
Run Integration Tests / test (push) Failing after 49s

This commit is contained in:
partisan 2025-06-25 23:23:33 +02:00
parent c33a997dc5
commit 57507756ec
14 changed files with 864 additions and 97 deletions

View file

@ -175,7 +175,7 @@ func handleSearch(w http.ResponseWriter, r *http.Request) {
case "text":
fallthrough
default:
HandleTextSearch(w, settings, query, page)
HandleTextSearchWithInstantAnswer(w, settings, query, page)
}
}