There's a mistake when you search for something. Contao Version 4.7.
request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: "The "contao_om_search.listener.customize_search" service or alias has been removed or inlined when the container was compiled. You should either make it public, or stop using the container directly and use dependency injection instead."
The solution is to set the contao_om_search.listener.customize_search service to public (contao-om-search/src/Resources/config/listener.yml), or use DI to request the service.
There's a mistake when you search for something. Contao Version 4.7.
request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: "The "contao_om_search.listener.customize_search" service or alias has been removed or inlined when the container was compiled. You should either make it public, or stop using the container directly and use dependency injection instead."
The solution is to set the contao_om_search.listener.customize_search service to public (contao-om-search/src/Resources/config/listener.yml), or use DI to request the service.