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; $this->object_table = "sub_collections"; $this->object_table_key = "sub_coll_id"; } protected function get_filters(){ $filters = parent::get_filters(); return $filters; } public function get_authority_tri() { return 'index_sub_coll'; } }