Actions
Feature #18801
closedSupport for accent insensitive search with PostgreSQL
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Description
Redmine should use the unaccent()
function to do accent insensitive search if the unaccent
extension is installed.
This extension is available in PostgreSQL 9 and can be installed with:
CREATE EXTENSION IF NOT EXISTS unaccent;
Updated by Jean-Philippe Lang almost 10 years ago
- Category set to Search engine
- Assignee set to Jean-Philippe Lang
Updated by Jean-Philippe Lang over 9 years ago
- Status changed from New to Closed
- Resolution set to Fixed
Feature added in r13989. If the extension is installed, Redmine will automatically uses unaccent() when performing a search.
Actions