Exception: QueryParser::Exceptions::MalformedQuery

Inherits:
Exception
  • Object
show all
Defined in:
lib/queryparser.rb

Overview

This exception will be thrown if the query is generally malformed such as "apple and and banana" (too many ands), "apple not" (no term after the not) or "and apple" (no term before the and) and the like