Repository is archived
No commit activity in last 3 years
No release in over 3 years
Search your Rooftop models using Algolia from your Ruby applications
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.13
~> 10.0

Runtime

 Project Readme

Rooftop::AlgoliaSearch

Index and search your Rooftop post types in Algolia.

Setup

To set up, you need:

  • an algolia.com account
  • an API key with permissions to write, update and delete items in the index - note that this should not be your admin key
  • an API key with permissions only to search
  • your application ID
   Rooftop::AlgoliaSearch.configure do |config|
     config.index_api_key = "your index api key"
     config.search_api_key = "your search api key"
     config.application_id = "your application id"
   end

Use

Include Rooftop::AlgoliaSearch in your Rooftop models.