DOCS: FulltextSearchable code example

This commit is contained in:
Christopher Darling 2016-03-15 11:49:12 +00:00
parent ce560e7b76
commit 0c14bfc897
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class FulltextSearchable extends DataExtension {
* It can be used to limit the searched classes, but not to add your own classes.
* For this purpose, please use {@link Object::add_extension()} directly:
* <code>
* MyObject::add_extension("FulltextSearchable('MySearchableField,'MyOtherField')");
* MyObject::add_extension("FulltextSearchable('MySearchableField,MyOtherField')");
* </code>
*
* Caution: This is a wrapper method that should only be used in _config.php,