Module: Ultrasphinx::Search::Parser
- Included in:
- Ultrasphinx::Search
- Defined in:
- lib/ultrasphinx/search/parser.rb
Defined Under Namespace
Classes: Error
Constant Summary collapse
- OPERATORS =
{ 'OR' => '|', 'AND' => '', 'NOT' => '-', 'or' => '|', 'and' => '', 'not' => '-' }