Further reading

This is our blog. It contains the latest news and announcements about our open-source projects, services, and products; not least, there are gripping case studies, customer projects, and much more.

Algolia search integration for Orchard CMS

If you haven't heard of it, Algolia is a pretty neat hosted indexing/search service; it's a bit like Lucene in the cloud, but extremely fast. Now thanks to our new Algolia Search module you can very easily plug in Algolia search into Orchard CMS! Orchard has a search and indexing infrastructure built in. The out of the box concrete indexing implementation you can enable is built on Lucene. The Algolia Search module plugs into the framework similarly to Lucene: you can use all the existing Orchard search features but now in the background Algolia will index and fetch everything, not Lucene. Furthermore, we've overridden how the frontend search works, so it utilizes Algolia's key feature, its speed, presenting search results instantly. Also, the Algolia Search module is also available now for all sites on DotNest, the Orchard SaaS! So if you're a hardcore Orchard developer head over to the module's repo and dig into the code or if you'd just want to play with it, check out how to use it on DotNest!