I want to implement PostgreSQL full text search in Django 4.0. for Chinese language. The question already arise in 2010 but there wasn't any suitable solution and they had to move to SQL Server.
In 2015 a PostgreSQL extension for full-text search of Chinese appeared (here). Is it possible to implement that parser using Django? Any reference/pointers on how to do it really appreciated.