Update js and css context search. Now displays the snippet of the wikipedia entry with highlighted text.
<?php
namespace IRI\Bundle\WikiTagBundle\Entity;
use IRI\Bundle\WikiTagBundle\Model\Category as BaseCategory;
/**
* IRI\Bundle\WikiTagBundle\Entity\Category
*/
class Category extends BaseCategory
{
}