We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d20e41e commit 9aeb8fcCopy full SHA for 9aeb8fc
README.md
@@ -167,8 +167,6 @@ $aggQuery->composite(function (AggregationsBuilder $builder) {
167
168
Just like Eloquent ElasticQuery has its own query log, but you need to enable it manually
169
Each message contains `indexName`, `query` and `timestamp`
170
-Пакет поддерживает запись в журнал выполняемых запросов. Каждая запись содержит имя индекса `indexName`, содержимое
171
-запроса `query` и время регистрации `timestamp` с точностью до микросекунд.
172
173
```php
174
ElasticQuery::enableQueryLog();
0 commit comments