lpweb / sonata-admin-postgresql-case-insentive-like-bundle
This Symfony bundle provides the ability to make insentive LIKE search on SonataAdmin with PostgreSQL database
Package info
github.com/lpwebit/sonata-admin-postgresql-case-insentive-like-bundle
Type:symfony-bundle
pkg:composer/lpweb/sonata-admin-postgresql-case-insentive-like-bundle
2.0.0
2022-04-27 09:28 UTC
Requires
- php: >=7.4
- doctrine/doctrine-bundle: >=2.4
- sonata-project/admin-bundle: ~4.9
- sonata-project/doctrine-orm-admin-bundle: ~4.2
- symfony/framework-bundle: >=3.4
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
This Symfony bundle provides the ability to make insentive LIKE search on SonataAdmin with PostgreSQL database It makes all search case insensitive.
Install
Register the bundle to your config/bundles.php
<?php return [ // ... Lpweb\SonataAdminPostgreSQLCaseInsensitiveLikeBundle\LpwebSonataAdminPostgreSQLCaseInsensitiveLikeBundle::class => ['all' => true], // ... ];
Now all the CONTAINS search in you sonata admin will be made case insensitive