|
@@ -600,7 +600,7 @@ func SearchList(operator Operator) (int64, *[]map[string]interface{}, int64) {
|
|
- filterArr = append(filterArr, fmt.Sprintf(`{"match":{"toptype":"%s"}}`), strings.Join(topType, `","`))
|
|
|
|
|
|
+ filterArr = append(filterArr, fmt.Sprintf(`{"match":{"toptype":"%s"}}`, strings.Join(topType, `","`)))
|