|
@@ -88,7 +88,7 @@ func (this *IndexSearch) GetIndexMessage() {
|
|
|
//普通用户无订阅词
|
|
|
var history []string
|
|
|
var _history []string
|
|
|
- h := redis.GetStr("other", "s_"+userId)
|
|
|
+ h := redis.GetStr("other", "s_"+userId) //用户所有的搜索历史
|
|
|
if h != "" {
|
|
|
history = strings.Split(h, ",")
|
|
|
_history = strings.Split(h, ",")
|