You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This causes Elastically to require an array-style configuration for Elastica, even Elastica supports DSN-style configuration. This causes an issue when trying to use a DSN:
In Factory.php line 53:
JoliCode\Elastically\Factory::__construct(): Argument #1 ($config) must be of type array, string given, called in .../vendor/jolicode/elastically/src/Client.php on line 38
It would probably look nicer in general to have the Elastica client instance split away from the Elastically one
The text was updated successfully, but these errors were encountered:
In Elastically's client's constructor, initialisation of the factory is triggered in the following line:
elastically/src/Client.php
Lines 37 to 38 in 06218e5
This causes Elastically to require an array-style configuration for Elastica, even Elastica supports DSN-style configuration. This causes an issue when trying to use a DSN:
It would probably look nicer in general to have the Elastica client instance split away from the Elastically one
The text was updated successfully, but these errors were encountered: