|
@@ -458,9 +458,9 @@ func (so *SearchOptimize) GetSearchQuery(mustQuery string) (qstr string) {
|
|
|
} else {
|
|
|
wordsMusts = append(wordsMusts, keyWordsMusts...)
|
|
|
}
|
|
|
- //附加词
|
|
|
- if so.AdditionalWords != "" {
|
|
|
- }
|
|
|
+ }
|
|
|
+ //附加词
|
|
|
+ if so.AdditionalWords != "" {
|
|
|
//多组附加词,每组间,号隔开。每组内如果关键词中间有空格,自动分词
|
|
|
var (
|
|
|
addWordsMusts []string
|