Enhance site search with synonym expansion and diacritics-insensitive matching — managed directly from the Umbraco backoffice. Users searching "laptop" will also find content containing "máy tính", "pc", or "computer". Users searching without accents ("cong ty") will find "công ty".
Works with Umbraco 17. Database support: SQL Server, SQLite and PostgreSQL.
- Synonym groups — define sets of equivalent terms
- Diacritics-insensitive indexing — ASCII-folding analyzer for all Latin-script languages
- Backoffice management UI — create, edit, delete and test synonym groups
- Pre-loaded defaults — 25 common Vietnamese–English synonym groups
- Automatic integration — works with Umbraco's Examine search at query time
- REST API — full CRUD + expansion test endpoints
- Database storage — supports multi-instance / load-balanced deployments
dotnet add package uTPro.Feature.SearchPlusAfter installing, go to Settings → Examine Management and Rebuild the External Index.
| Umbraco | .NET | Target |
|---|---|---|
| 17 | .NET 10 | net10.0 |
No configuration is required. The package works out of the box.
docs.utpro.dev/uTPro.Feature.SearchPlus
Free to use (including commercially) under a proprietary End User License Agreement.
📦 NuGet · GitHub · Umbraco Marketplace