ixti / redmine_tags

Redmine plugin, that adds issues tagging support
GNU General Public License v3.0
196 stars 119 forks source link

Fix autocomplete feature for PostgreSQL #79

Closed giddie closed 10 years ago

giddie commented 10 years ago

Postgres uses a case-sensitive "LIKE" operator. The Postgres-specific "ILIKE" needs to be used to make case-insensitive searching for autocomplete work correctly.