https://github.com/oshanz/sonicsearch
Sonic search server integrations for Ruby on Rails
https://github.com/oshanz/sonicsearch
activemodel activerecord rails ruby ruby-on-rails search sonic
Last synced: 8 months ago
JSON representation
Sonic search server integrations for Ruby on Rails
- Host: GitHub
- URL: https://github.com/oshanz/sonicsearch
- Owner: oshanz
- License: mpl-2.0
- Created: 2019-03-28T05:29:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-03T09:16:12.000Z (almost 7 years ago)
- Last Synced: 2025-06-16T09:08:50.277Z (9 months ago)
- Topics: activemodel, activerecord, rails, ruby, ruby-on-rails, search, sonic
- Language: Ruby
- Homepage: https://rubygems.org/gems/sonicsearch
- Size: 36.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Sonic Search
[](https://badge.fury.io/rb/sonicsearch) [](https://travis-ci.org/oshanz/sonicsearch) [](https://codeclimate.com/github/oshanz/sonicsearch)
Rails friendly driver for the [sonic search](https://github.com/valeriansaliou/sonic) backend.

## Installation
Add this line to your application's Gemfile:
```ruby
gem 'sonicsearch'
```
And then execute:
$ bundle
## Usage
- sonarsearch will always try to maintain the API compatibility with [searchkick](https://github.com/ankane/searchkick), so you can switch between search engines with less effort as your requirements.