Django only supports full text search for postgres. If you’re stuck using MariaDB, you can write a migration with the RunSQL operation to define the indexes and use the raw manager method to write your full text search queries.
1 Like