|
@@ -141,7 +141,7 @@ func (kws *KeyWordsSearch) GetSearchKeyWordsQueryStr(in *bxcore.SearchReq) (sear
|
|
|
for _, awv := range strings.Split(in.AdditionalWords, ",") {
|
|
|
if strings.TrimSpace(awv) != "" {
|
|
|
if ikWords := util.HttpEs(awv, "ik_smart", IC.DB.Es.Addr); ikWords != "" {
|
|
|
- addWords = append(addWords, strings.Split(ikWords, IC.C.JYKeyMark)...)
|
|
|
+ addWords = append(addWords, ikWords)
|
|
|
}
|
|
|
}
|
|
|
}
|