Reviews

Current Version

Review posted by agencecoteo on at

Enabling Search Indexability on Textile

agencecoteo
Just figure that we can't search with Concrete5 search bloc on Textile content. To resolve this you have to modify the block controller as mention here :http://documentation.concrete5.org/developers/working-with-blocks/c...

So in your_concrete5_folder/packages/textile/blocks/textile, edit controller.php and add :

public function getSearchableContent()
{
return $this->content;
}
Review posted by synlag on at

Great and simple - haml feeling

synlag
a bit haml feeling :)
this for sass, ahhhh

Filter Posts