[Global] Enable unaccent for profiles and organization models
This MR makes changes to certain database tables to enable POSTGRES's unaccent feature, making it possible for searches to match fields with accented characters. It also adds this preprocessing step to most fields that I could find, most promiment of which are the various model autocomplete handlers.