Class: BooleanTermParser::QueryParser
- Defined in:
- lib/doing/boolean_term_parser.rb
Overview
This query parser adds an optional operator ("+" or "-") to the simple term parser. In order to do that, a new "clause" node is added to the parse tree.
This query parser adds an optional operator ("+" or "-") to the simple term parser. In order to do that, a new "clause" node is added to the parse tree.