|
@@ -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",
|
|
|
},
|
|
|
},
|
|
|
},
|