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