Forráskód Böngészése

数据源搜索测试

xyxie 3 napja
szülő
commit
484e9808bd
1 módosított fájl, 0 hozzáadás és 2 törlés
  1. 0 2
      services/elastic/elastic.go

+ 0 - 2
services/elastic/elastic.go

@@ -1982,7 +1982,6 @@ func SearchDataSourceIndex(indexName, keyword string, source, subSource int, cla
 				"match": map[string]interface{}{
 					"IndexCode": map[string]interface{}{
 						"query":  keyword,
-						"operator": "and",
 					},
 				},
 			},
@@ -1990,7 +1989,6 @@ func SearchDataSourceIndex(indexName, keyword string, source, subSource int, cla
 				"match": map[string]interface{}{
 					"IndexName": map[string]interface{}{
 						"query":    keyword,
-						"operator": "and",
 					},
 				},
 			},