Vote #75914
完了Support for accent insensitive search with PostgreSQL
0%
説明
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;
journals
--------------------------------------------------------------------------------
Feature added in r13989. If the extension is installed, Redmine will automatically uses unaccent() when performing a search.
--------------------------------------------------------------------------------