Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions en/02_Developer_Guides/12_Search/02_FulltextSearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ Fulltext search allows advanced search criteria for searching words within a tex
Fulltext search can be achieved using the built-in [MySQLDatabase](api:SilverStripe\ORM\Connect\MySQLDatabase) class a more powerful wrapper for Fulltext
search is provided through a module.

> [!WARNING]
> See the [FulltextSearch Module](https://github.com/silverstripe-labs/silverstripe-fulltextsearch/). This module provides
> a high level wrapper for running advanced search services such as Solr, Lucene or Sphinx in the backend rather than
> `MySQL` search.

## Adding fulltext support to `MySQLDatabase`

The [MySQLDatabase](api:SilverStripe\ORM\Connect\MySQLDatabase) class defaults to creating tables using the InnoDB storage engine. As Fulltext search in MySQL
Expand Down