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