Update 1core.go

This commit is contained in:
wibyweb 2023-10-01 21:28:37 -04:00 committed by GitHub
parent 2f1d55aca8
commit 3f3a7dac7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)