Feature #18801
Support for accent insensitive search with PostgreSQL
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Search engine | |||
Target version: | 3.0.0 | |||
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;
Associated revisions
Support for accent insensitive search with PostgreSQL (#18801).
If the unaccent extension is installed, the search engine will use it in order to do accent insensitive search.
History
#1
Updated by Jean-Philippe Lang over 6 years ago
- Category set to Search engine
- Assignee set to Jean-Philippe Lang
#2
Updated by Jean-Philippe Lang about 6 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.