Hi there,
it is pretty common for search engines (e.g. google) to ignore accents on characters when doing fulltext search. Example: word kôprová omáčka
should be matched by query koprova omacka
and vice versa. With PostgreSQL unaccent
extension this should be pretty easy. http://www.postgresql.org/docs/9.0/static/unaccent.html
Any plans to add this?