Registry / database / mongoid-search

mongoid-search

JSON →
library0.5.0rbrubygemsunverified

Simple full text search implementation.

gem install mongoid_search
INSTALL
IMPORT
SIG · MONGOID-SEARCH
M
mongoid-search
databaserubyv0.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MongoidSearch
require 'mongoid_search'

Add full-text search to a Mongoid model.

require 'mongoid_search' class Article include Mongoid::Document include Mongoid::Search field :title field :body search_in :title, :body end Article.search('ruby')
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Resources
mongoid-search — gem install mongoid-search · libregistry