What is Algolia?
Algolia is a hosted search service: you send it your data, such as products, and it builds an index and returns results while the query is still being typed. It supports typo tolerance, synonyms, faceted filters and ranking rules. The frontend connects to it through an API or ready-made UI libraries such as React InstantSearch.
How we use it at Koda Plus
Algolia is part of the stack for the B2B and B2C platform for beauty salons built on Medusa and React, where salons order wholesale and consumers buy at retail. The store runs in three languages and separate markets, with the country setting currency and product availability. We can add Algolia to other headless stores too, once built-in search stops being enough.
Used in
See the portfolioWhen it makes sense
- Your catalogue is large and customers search by names, codes and attributes
- Your store runs in several languages or markets
- The platform's built-in search is slow or struggles with typos
- Your headless storefront needs search that works independently of the backend