PHPackages                             umanit/sonata-admin-postgresql-search-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. umanit/sonata-admin-postgresql-search-bundle

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

umanit/sonata-admin-postgresql-search-bundle
============================================

Better search behaviour with Sonata admin and PostgreSQL

0.1(8y ago)32.5k1MITPHPPHP &gt;=5.6

Since Jun 15Pushed 8y ago4 watchersCompare

[ Source](https://github.com/umanit/sonata-admin-postgresql-search-bundle)[ Packagist](https://packagist.org/packages/umanit/sonata-admin-postgresql-search-bundle)[ Docs](https://github.com/umanit/sonata-admin-postgresql-search-bundle)[ RSS](/packages/umanit-sonata-admin-postgresql-search-bundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

Umanit Sonata Admin PostgreSQL Search Bundle
============================================

[](#umanit-sonata-admin-postgresql-search-bundle)

This bundle overrides Sonata Admin search behaviour when using PostgreSQL. It makes all search **case insensitive** and **unaccented**.

Install
-------

[](#install)

Register the bundle to your `app/AppKernel.php`

```
    // ...
    public function registerBundles()
    {
        $bundles = [
            // ...
            new Umanit\SonataAdminPostgreSQLSearchBundle\UmanitSonataAdminPostgreSQLSearchBundle(),
        ];
        // ...
    }
```

Create UNACCENT extension in your database.

```
CREATE EXTENSION IF NOT EXISTS UNACCENT;
```

That was it!

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2939d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/27f13221fde4957c93a4ed7293a6460272d626e53df227e3aae4f35aa9289e69?d=identicon)[DjLeChuck](/maintainers/DjLeChuck)

---

Top Contributors

[![artggd](https://avatars.githubusercontent.com/u/1837559?v=4)](https://github.com/artggd "artggd (1 commits)")

---

Tags

symfonydoctrinepostgresqlsonatasonataAdmin

### Embed Badge

![Health badge](/badges/umanit-sonata-admin-postgresql-search-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/umanit-sonata-admin-postgresql-search-bundle/health.svg)](https://phpackages.com/packages/umanit-sonata-admin-postgresql-search-bundle)
```

###  Alternatives

[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[sonata-project/doctrine-orm-admin-bundle

Integrate Doctrine ORM into the SonataAdminBundle

46118.2M166](/packages/sonata-project-doctrine-orm-admin-bundle)[ahmed-bhs/doctrine-doctor

Runtime analysis tool for Doctrine ORM integrated into Symfony Web Profiler. Unlike static linters, it analyzes actual query execution at runtime to detect performance bottlenecks, security vulnerabilities, and best practice violations during development with real execution context and data.

939.0k](/packages/ahmed-bhs-doctrine-doctor)[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k12](/packages/2lenet-crudit-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
