class Bundler::Index

def search(query, base = nil)

about, returning all of the results.
Search this index's specs, and any source indexes that this index knows
def search(query, base = nil)
  sort_specs(unsorted_search(query, base))
end