SciPost Code Repository

Skip to content

[Global] Enable unaccent for profiles and organization models

George Katsikas requested to merge dev_GK_20230823_unaccent_searches into master

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.

Merge request reports