Update core.go
This commit is contained in:
parent
3f3a7dac7f
commit
23c0ec516a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue