Algolia and Content API

We are using Ghost admin as our headless CMS and pulling all the posts through Ghost Content API to our Ruby on Rails application.

I am hoping to implement a search with Algolia.

I was directed to this option: GitHub - mlbrgl/ghost-algolia: Provides integration between Ghost (CMS) and Algolia (Search as a Service) for real-time indexing but wasn’t satisfied since it didn’t update, delete, unpublish, etc the index.

Did anyone implement Algolia’s search with Ghost content? How are you indexing the Ghost content?

Hi, I implemented Algolia on my site > noviello.it

I created a script that generates a query and imports it into Algolia.

Otherwise from the Algolia dashboard you can directly import data, you can use a json.

Follow this guide for implementation with JavaScript

1 Like