Neo4j::Searchkick

Installation

Add this line to your application's Gemfile:

gem 'neo4j-searchkick'

And then execute:

$ bundle

Or install it yourself as:

$ gem install neo4j-searchkick

Usage

Use with Searchkick as you would normally. See Searchkick's documentation for more information.

TODO:

  • Tests would be nice.

BEWARE!

This gem is under development. Inclusion in your gemfile will use the Neo4j gem from the master branch. That branch is almost always stable but please be aware that this may result in unexpected behavior.

Contributing

  1. Fork it ( https://github.com/[my-github-username]/neo4j-searchkick/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request