Denis
Denis
Now magicento generates observer method like this ``` php public function methodName($event) { } ``` with method parameter called `$event`, and I want to change it to magento way: ```...
Can't change grid lines color
## Add multimatch query support [Elasticsearch Official documentation](https://www.elastic.co/docs/reference/query-languages/query-dsl/query-dsl-multi-match-query) ## Description - [ ] Bug fix - [x] Feature addition - [ ] Code refactoring - [ ] Documentation update -...
## Add aggregation support for queries An aggregation summarizes your data as metrics, statistics, or other analytics. https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations.html ## Description Started by implementing two most common used aggregations – [terms...