无法在 magento 2 中搜索产品

Can't search products in magento 2

当我尝试搜索产品时 show nothing。我检查了异常,它显示了一些错误

[2018-10-06 01:42:56] main.CRITICAL: SQLSTATE[HY000]: General error: 1191 Can't find FULLTEXT index matching the column list, query was: SELECT search_synonyms.* FROM search_synonyms WHERE (MATCH (synonyms) AGAINST ('greene tweed n038406502sd653 o ring 2560 id x 0151 cx in' IN BOOLEAN MODE)) [] [] [2018-10-06 01:42:56] main.CRITICAL: SQLSTATE[HY000]: General error: 1191 Can't find FULLTEXT index matching the column list, query was: SELECT search_synonyms.* FROM search_synonyms WHERE (MATCH (synonyms) AGAINST ('greene tweed n038406502sd653 o ring 2560 id x 0151 cx in' IN BOOLEAN MODE)) [] []

ALTER TABLE search_synonyms ADD FULLTEXT (synonyms);

试试这个来添加全文索引。