Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/2.endpoints/2.search.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ The type could be one of these:
For the `exists` and `count` operation you must not specify the field since these aggregates don't base themselves on a column.
::

### Aliases
#### Aggregates aliases

You may optionally define an alias for your aggregate using the `alias` method. This allows you to customize the name of the aggregate column in the response, instead of relying on Laravel's default naming.

Expand Down