Enable FullTextSearch in Silverstripe 4

穿精又带淫゛_ 提交于 2019-12-13 03:46:33

问题


In Silverstripe 4 FulltextSearchable::enable(); fails in _config.php Does anyone know how to get this working again so that $SearchForm works in templates?


回答1:


Use \SilverStripe\ORM\Search\FulltextSearchable::enable(); in _config.php not FulltextSearchable::enable();



来源:https://stackoverflow.com/questions/54068647/enable-fulltextsearch-in-silverstripe-4

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!