This is a tutorial rails app to demonstrate the basic functionality of integration Elasticsearch with search_flip gem.
You will find an article with all steps of implemention https://medium.com/@vermaxik/searchflip-tutorial-how-to-integrate-easy-elasticsearch-to-rails-project-37b1f708c004
- Required Elasticsearch
rails db:create db:migrate db:seed
rails s
Go to http://localhost:3000