On Github f3dd3rn / presentation
What's that?What was the problem?How we solved it
How you implement searchkick in your project(using code examples of ProDB)
Literature or links used
Version >= 1.0.2
Option 1: further development of Tire on our own
Option 2: exchanging Tire with an alternative
latest version = less bugs
add searchkick to your Gemfile
add searchkick to your searchable models anddefine their search data
build search queries
# pseudo code @query = user input if empty @query = "*" # wildcard
we use Rspec, so here it's spec_helper.rb