-
Notifications
You must be signed in to change notification settings - Fork 105
Open
Labels
breaking-changeThe related changes are breaking for the usersThe related changes are breaking for the users
Milestone
Description
Description
It has always felt unnatural for the index to be called Indexes.
We could deprecate the plural in version 1 and have version 2 return just Index.
OLD:
public function getIndex(string $indexCode): Indexes
{
return $this->client->index($indexCode);
}
NEW:
public function getIndex(string $indexCode): Index
{
return $this->client->index($indexCode);
}
Metadata
Metadata
Assignees
Labels
breaking-changeThe related changes are breaking for the usersThe related changes are breaking for the users