Module: MongoSearch

Defined in:
lib/mongo-search/sorter.rb,
lib/mongo-search/builder.rb,
lib/mongo-search/converters.rb,
lib/mongo-search/definition.rb,
lib/mongo-search/matchers/exact_matcher.rb,
lib/mongo-search/matchers/partial_matcher.rb,
lib/mongo-search/matchers/intersect_matcher.rb,
lib/mongo-search/matchers/less_than_matcher.rb,
lib/mongo-search/matchers/greater_than_matcher.rb

Defined Under Namespace

Modules: Matchers Classes: Builder, Definition, Sorter

Constant Summary collapse

Converters =

Hash of proc converter objects, defaults to identity func

Hash.new { |h,k| lambda { |i| i } }