diff --git a/main.go b/main.go index 8cdcedc..2709a22 100644 --- a/main.go +++ b/main.go @@ -94,7 +94,7 @@ func (h *stopInfoHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) { // load all generated queries queries := bahndb_rest.New(conn) - // get all results + // Parse query text var searchQuery = r.FormValue("query") if searchQuery == "" {