Sha256: f2a714bf2aaff84d1f02ee3c8d79c29b4616a66c6f15c035a4f8dacdb0872f14

Contents?: true

Size: 584 Bytes

Versions: 1

Compression:

Stored size: 584 Bytes

Contents

= LocomotiveSearch

== Usage

Install and configure locomotivecms.

Then in your Gemfile add:

  gem 'locomotivecms-search'
  
In your locomotive.rb initializer configure your search engine:

  config.search_engine = :mongoid # or elasticsearch or algolia

You can now edit your model fields and mark them as searchable.
Check activesearch documentation to see how to configure the engine and your models.

== Note for mongoid 2.x users

If you are using the mongoid engine and still on 2.x, you must use locomotivecms-search version ~> 0.0.5

This project rocks and uses MIT-LICENSE.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
locomotivecms-search-0.1.0 README.rdoc