reformatting html

This commit is contained in:
partisan 2024-04-08 13:15:23 +02:00
parent 6fe3685f92
commit 79660f803d
7 changed files with 96 additions and 35 deletions

View file

@ -74,7 +74,7 @@ func PerformTextSearch(query, safe, lang string) ([]TextSearchResult, error) {
return results, nil
}
func handleTextSearch(w http.ResponseWriter, r *http.Request, query, safe, lang string) {
func handleTextSearch(w http.ResponseWriter, query, safe, lang string) {
// Perform the text search
results, err := PerformTextSearch(query, safe, lang)
if err != nil {