PostgreSQL enhancements for Doctrine. Provides support for advanced data types (json, jssnb, arrays), text search, array operators and jsonb specific functions.
<!-- It's a requirement to specify a Metadata Driver and pass it to Doctrine\ORM\Configuration::setMetadataDriverImpl(). (500 Internal Server Error) -->
I'm not sure it's an issue. But when I try to use your bundle with symfony 4.4. and the ILIKE function like this :
In my controller :
I got this error :