map improvements + added forums search

This commit is contained in:
partisan 2024-05-21 21:22:36 +02:00
parent c848c72aea
commit 8da387f8e9
12 changed files with 424 additions and 65 deletions

View file

@ -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: