@@ -72,7 +72,7 @@ |
||
72 | 72 | $agg->setField('color'); |
73 | 73 | $agg->setOrders([ |
74 | 74 | ['_count' => 'asc'], // 1. red, 2. green, 3. blue |
75 | - ['_key' => 'asc'], // 1. green, 2. red, 3. blue |
|
75 | + ['_key' => 'asc'], // 1. green, 2. red, 3. blue |
|
76 | 76 | ]); |
77 | 77 | |
78 | 78 | $query = new Query(); |
@@ -191,7 +191,7 @@ |
||
191 | 191 | 'properties' => [ |
192 | 192 | 'titulo' => ['type' => 'text', 'copy_to' => 'testall', 'boost' => 1.0], |
193 | 193 | 'contenido' => ['type' => 'text', 'copy_to' => 'testall', 'boost' => 1.0], |
194 | - 'testall' => ['type' => 'text', 'boost' => 1.0], |
|
194 | + 'testall' => ['type' => 'text', 'boost' => 1.0], |
|
195 | 195 | ], |
196 | 196 | ], |
197 | 197 | ]); |
@@ -43,7 +43,7 @@ |
||
43 | 43 | $signer = new SignatureV4('es', $region); |
44 | 44 | $credProvider = $this->getCredentialProvider(); |
45 | 45 | |
46 | - return Middleware::mapRequest(function (RequestInterface $req) use ( |
|
46 | + return Middleware::mapRequest(function(RequestInterface $req) use ( |
|
47 | 47 | $signer, |
48 | 48 | $credProvider |
49 | 49 | ) { |