File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ $customers = Customer::find()->query([
205
205
helps provide aggregated data based on a search query. It is based on simple building blocks called aggregations,
206
206
that can be composed in order to build complex summaries of the data.
207
207
208
- As an example, let's determine how many customers registered each month.
208
+ As an example, let's determine how many customers have been registered each month.
209
209
210
210
``` php
211
211
$searchResult = Customer::find()->addAggregate('customers_by_date', [
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ this is not recommended.
11
11
12
12
> NOTE: The data provider fetches result models and total count using single Elasticsearch query, so results total count will be fetched
13
13
after pagination limit applying, which eliminates ability to verify if requested page number actually exist.
14
- Data provider disables [[ yii\data\Pagination::$validatePage]] automatically because of this.
14
+ The data provider disables [[ yii\data\Pagination::$validatePage]] automatically because of this.
15
15
16
16
17
17
## Usage examples
You can’t perform that action at this time.
0 commit comments