search-collapse #6

Merged
maxim.yanchuk merged 17 commits from search-collapse into master 2023-11-01 21:11:52 +00:00
1 changed files with 2 additions and 4 deletions
Showing only changes of commit ca0cfb3224 - Show all commits

View File

@ -82,9 +82,8 @@ func TestAggregations(t *testing.T) {
},
"filtered": map[string]interface{}{
"filter": map[string]interface{}{
"term": map[string]interface{}
"type": map[string]interface{} {
"term": map[string]interface{}{
"type": map[string]interface{}{
"value": "t-shirt",
},
},
@ -93,7 +92,6 @@ func TestAggregations(t *testing.T) {
},
},
},
{
"order for termsAggs",
//eq.Aggregate(eq.TermsAgg("a1", "FIELD1").Size(0).Aggs(eq.Sum("a2", "FIELD2.SUBFIELD")))