Open arteymix opened 2 years ago
MySQL supports natural language full-text queries: https://dev.mysql.com/doc/refman/8.0/en/fulltext-natural-language.html
Relates to #136 to prepare full-text indices on research interests.
We don't need a full text index on the search query as we cannot use the description column in the match-against syntax.
MySQL supports natural language full-text queries: https://dev.mysql.com/doc/refman/8.0/en/fulltext-natural-language.html
Relates to #136 to prepare full-text indices on research interests.