diff --git a/go/core/core.go b/go/core/core.go index face59d1e04b8020226cb59de4a40e9046947e1b..8e265b7ef69cbf1e9caca62352a10498389fb5c6 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)