|
@@ -93,6 +93,7 @@ func (this *IndexSearch) GetIndexMessage() {
|
|
|
history = strings.Split(h, ",")
|
|
|
_history = strings.Split(h, ",")
|
|
|
for k, v := range _history {
|
|
|
+ //默认关键词不超过35个字符
|
|
|
b_word, _, _ := jy.InterceptSearchKW(v, 35, true)
|
|
|
if b_word == "" {
|
|
|
_history = append(_history[:k], _history[k+1:]...)
|