Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
search(query, base = nil)
public
Search this index’s specs, and any source indexes that this index knows
about, returning all of the results.
# File lib/bundler/index.rb, line 61
def search(query, base = nil)
sort_specs(unsorted_search(query, base))
end