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