lpweb / sonata-admin-postgresql-case-insentive-like-bundle
This Symfony bundle provides the ability to make insentive LIKE search on SonataAdmin with PostgreSQL database
Installs: 463
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
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
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