Commit dd3fecb5 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fixup! implement fulltext search for title and description.

parent 10cab70f
......@@ -69,7 +69,7 @@ CREATE TABLE `catalog_full_text` (\n
PRIMARY KEY (`uid`),\n
FULLTEXT `title` (`title`),\n
FULLTEXT `description` (`description`)\n
) ENGINE=mroonga;\n
) ENGINE=MyISAM;\n
</string> </value>
</item>
<item>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment