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