First step to add context search to a page. Works fine but needs to be improved with several list of selectors.
<?php
namespace IRI\Bundle\WikiTagBundle\Entity;
use IRI\Bundle\WikiTagBundle\Model\Category as BaseCategory;
/**
* IRI\Bundle\WikiTagBundle\Entity\Category
*/
class Category extends BaseCategory
{
}