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
Hello!
I have an issue connected with searching the entire index from docs
I got the following error using DI in my service: The service "fos_elastica.finder.app" has a dependency on a non-existent service "fos_elastica.elastica_to_model_transformer.app".
PHP 8.2
elastica-bundle 6.3.1
Elasticsearch 7.17.10
Symfony 5.4.25
Hello!
I have an issue connected with searching the entire index from docs
I got the following error using DI in my service:
The service "fos_elastica.finder.app" has a dependency on a non-existent service "fos_elastica.elastica_to_model_transformer.app".
PHP 8.2
elastica-bundle 6.3.1
Elasticsearch 7.17.10
Symfony 5.4.25
elastica.yaml:
services.yaml:
and Search service:
What could be missing in my config or inside the service class?
The text was updated successfully, but these errors were encountered: