0

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

Jamie Barker
  • 163
  • 1
  • 15
  • Can you be a bit more specific please? You'll need to provide a clear description of the problem as well as steps to reproduce and expected results – scrowler Jan 07 '19 at 08:06

1 Answers1

1

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

Jamie Barker
  • 163
  • 1
  • 15