map improvements + added forums search
This commit is contained in:
parent
c848c72aea
commit
8da387f8e9
12 changed files with 424 additions and 65 deletions
2
main.go
2
main.go
|
@ -91,6 +91,8 @@ func handleSearch(w http.ResponseWriter, r *http.Request) {
|
|||
videoSearchEndpointHandler(w, r)
|
||||
case "map":
|
||||
handleMapSearch(w, query, safe)
|
||||
case "forum":
|
||||
handleForumsSearch(w, query, safe, lang, page)
|
||||
case "text":
|
||||
fallthrough
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue