Showcase
Demo
Hacker News
Search for posts on Hackernews, sorted by votes or date
INSTALL
1gem install algoliasearch-rails
INDEX
1class Contact < ActiveRecord::Base 2 include AlgoliaSearch 3 4 algoliasearch do 5 attributes :first_name, :last_name, :email 6 attribute :company do 7 { name: company_name, website: company_website } 8 end 9 end 10end 11 12Contact.reindex!
SEARCH
1Contact.algolia_search("jon doe")
Search for posts on Hackernews, sorted by votes or date
Starter for product search powered by Algolia InstantSearch
Typeahead dropdown playground built with the Algolia Autocomplete library