champ_base_path = $include_path.'/indexation/authorities/collections/champs_base.xml'; parent::__construct($user_query); $this->index_name = 'collections'; $this->authority_type = AUT_TABLE_COLLECTIONS; } protected function get_filters(){ $filters = parent::get_filters(); return $filters; } }