Exception: Elasticfusion::Search::InvalidSortOrderError

Inherits:
SearchError
  • Object
show all
Defined in:
lib/elasticfusion/search/errors.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



27
28
29
# File 'lib/elasticfusion/search/errors.rb', line 27

def message
  'Invalid sort order. Accepted values: "desc" and "asc".'
end