Video

Want to see the full-length video right now for free?

Sign In with GitHub for Free Access

Notes

We're now going to make our searching functionality more complicated by taking into consideration our polymorphic behavior. We'll first start by implementing the functionality ourselves by employing the existing techniques we've learned. Afterwards, we'll look into using the search platform SOLR with rails. We'll use the Sunspot gem in order to use SOLR with our Ruby objects and try to intigrate this external dependency in a clean way.