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 #1

Updated by Jean-Philippe Lang about 9 years ago

  • Category set to Search engine
  • Assignee set to Jean-Philippe Lang
Actions #2

Updated by Jean-Philippe Lang about 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

Also available in: Atom PDF