diff --git a/go/core/1core.go b/go/core/1core.go index 17ed3ff..534d46a 100755 --- a/go/core/1core.go +++ b/go/core/1core.go @@ -305,7 +305,7 @@ func handler(w http.ResponseWriter, r *http.Request) { } } - //create another query where all compatible words are marked as keywords + //create another query where all compatible words are marked as required reqwordQuery := "" for i, word := range words{ wordlen = len(word)