Skip to content

Instantly share code, notes, and snippets.

@kinglozzer
Created November 4, 2016 16:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kinglozzer/26877551d43ce94caf66634ec2fc82c2 to your computer and use it in GitHub Desktop.
Save kinglozzer/26877551d43ce94caf66634ec2fc82c2 to your computer and use it in GitHub Desktop.
MyClass:
create_table_options:
MySQLDatabase: 'ENGINE=MyISAM'
extensions:
- FulltextSearchable("MyContentField")
@digitall-it
Copy link

Would this work on SiteTree or only other classes?

SiteTree:
  create_table_options:
    MySQLDatabase: 'ENGINE=MyISAM'
  extensions:
    - FulltextSearchable("MyContentField")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment