module ISO3166::CountryFinderMethods

def searchable_attributes

def searchable_attributes
  # Add name and names until we complete the deprecation of the finders
  instance_methods - UNSEARCHABLE_METHODS + [:name, :names, :any_name]
end