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?