# File lib/amazon/search.rb, line 222
    def Search.sort_types(mode)
      SORT_TYPES.has_key?(mode) ? SORT_TYPES[mode] : nil
    end