def get_ids(ref)
      index = Relaton::Index.find_or_create :IDS, url: "#{IDS}index-v1.zip", file: INDEX_FILE
      row = index.search(ref).first
      get_page "#{IDS}#{row[:file]}" if row