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;
Actions