Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Search your Rooftop models using Algolia from your Ruby applications

License

Notifications You must be signed in to change notification settings

rooftopcms/rooftop-ruby-algolia_search

Repository files navigation

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.

About

Search your Rooftop models using Algolia from your Ruby applications

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published