PavlidisLab / rdp

Researcher Gene Registry. Originally developed for the Canadian Rare Disease Models & Mechanisms Network
https://rare-diseases-catalyst-network.ca/
Apache License 2.0
5 stars 7 forks source link

Recommend terms by matching research descriptions agains term definitions (using FTS) #336

Open arteymix opened 2 years ago

arteymix commented 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.

arteymix commented 2 years ago

We don't need a full text index on the search query as we cannot use the description column in the match-against syntax.