Project

General

Profile

Actions

Feature #18801

closed

Support for accent insensitive search with PostgreSQL

Added by Jean-Philippe Lang about 9 years ago. Updated about 9 years ago.

Status:
Closed
Priority:
Normal
Category:
Search engine
Target version:
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

Also available in: Atom PDF