Skip to content

Commit

Permalink
DOC Remove "warning" about "fulltextsearch" (#681)
Browse files Browse the repository at this point in the history
  • Loading branch information
Firesphere authored Feb 2, 2025
1 parent c203953 commit 59efc68
Showing 1 changed file with 0 additions and 5 deletions.
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

0 comments on commit 59efc68

Please sign in to comment.