diff --git a/go/core/core.go b/go/core/core.go index face59d..8e265b7 100755 --- a/go/core/core.go +++ b/go/core/core.go @@ -324,7 +324,7 @@ func handler(w http.ResponseWriter, r *http.Request) { //fmt.Printf("\n%s",partialLocate) - //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)