Exception: Enygma::Search::InvalidSphinxQuery

Inherits:
StandardError
  • Object
show all
Defined in:
lib/enygma/search.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



12
13
14
# File 'lib/enygma/search.rb', line 12

def message
  "Sphinx rejected the query; perhaps you're trying to search on a non-existent index?"
end