This commit is contained in:
parent
c33a997dc5
commit
57507756ec
14 changed files with 864 additions and 97 deletions
2
main.go
2
main.go
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue