Module: Posterboy

Extended by:
ActiveSupport::Concern
Defined in:
lib/posterboy.rb,
lib/posterboy/version.rb,
lib/posterboy/document.rb

Overview

:nodoc:

Defined Under Namespace

Modules: ClassMethods Classes: Document

Constant Summary collapse

QUERY =

This is the base query used to perform a full-text search in Postgre.

"to_tsvector('english', documents.search_text) @@ plainto_tsquery('english', ?)"
OPERATORS =

Operators for performing different types of searches.

{ and: '&', or: '|' }
VERSION =
"0.0.1"