mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 11:28:18 +00:00
The search_ignore_accents site setting can be used to make the search indexer remove the accents before indexing the content. The unaccent function from PostgreSQL is better than Ruby's unicode_normalize(:nfkd).