MySQL FULLTEXT Search Across >1 Table

后端 未结 4 1676
醉话见心
醉话见心 2020-12-18 10:18

As a more general case of this question because I think it may be of interest to more people...What\'s the best way to perform a fulltext search on two tables? Assume there

4条回答
  •  一生所求
    2020-12-18 10:46

    The union is the proper way to go. The join will pull in both full text indexes at once and can multiple the number of checks actually preformed.

提交回复
热议问题