Merge pull request #5182 from christopherdarling/patch-8

DOCS: FulltextSearchable code example
This commit is contained in:
Daniel Hensby 2016-03-19 10:10:04 +00:00
commit 206c765b09

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. * 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: * For this purpose, please use {@link Object::add_extension()} directly:
* <code> * <code>
* MyObject::add_extension("FulltextSearchable('MySearchableField,'MyOtherField')"); * MyObject::add_extension("FulltextSearchable('MySearchableField,MyOtherField')");
* </code> * </code>
* *
* Caution: This is a wrapper method that should only be used in _config.php, * Caution: This is a wrapper method that should only be used in _config.php,