docs: add a comment

This commit is contained in:
etwas 2025-04-15 21:44:02 +02:00
parent 50727b2923
commit 2bed20e04f
Signed by: etwas
SSH key fingerprint: SHA256:bHhIeAdn/2k9jmOs6+u6ox98VYmoHUN3HfnpV2w8Ws0

View file

@ -94,7 +94,7 @@ func (h *stopInfoHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
// load all generated queries // load all generated queries
queries := bahndb_rest.New(conn) queries := bahndb_rest.New(conn)
// get all results // Parse query text
var searchQuery = r.FormValue("query") var searchQuery = r.FormValue("query")
if searchQuery == "" { if searchQuery == "" {