> ## Documentation Index
> Fetch the complete documentation index at: https://www.meilisearch.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# E-commerce

> Product search with facets, filtering, sorting, image search, and infinite scroll

<Info>
  **Live demo**: [ecommerce.meilisearch.com](https://ecommerce.meilisearch.com)
</Info>

A complete e-commerce search experience showcasing Meilisearch's advanced filtering, sorting, and image search capabilities.

<img src="https://mintcdn.com/meilisearch-6b28dec2/OfKxpiaME4eTUIOs/assets/images/demos/ecommerce-demo.png?fit=max&auto=format&n=OfKxpiaME4eTUIOs&q=85&s=876b5ff7c247df55eb16d50b57577f01" alt="E-commerce demo showing faceted product search" width="3808" height="1896" data-path="assets/images/demos/ecommerce-demo.png" />

## Key features

* **Rich faceting**: Multiple facet categories (gender, category, subcategory, color) with counts, letting users drill down into product catalogs.
* **Search within facets**: Type in any facet panel to quickly find specific filter values across large facet lists.
* **Sorting**: Switch between featured, price, and other sort orders from the dropdown.
* **Filtering**: Combine multiple filters across categories for precise product discovery.
* **Image search**: Click the image icon in the search bar to search products by uploading a picture.
* **Infinite scroll**: Browse results seamlessly without pagination, loading more products as you scroll.

## Links

<CardGroup cols={2}>
  <Card title="Try the demo" icon="globe" href="https://ecommerce.meilisearch.com">
    Experience e-commerce search
  </Card>

  <Card title="Source code" icon="github" href="https://github.com/meilisearch/ecommerce-demo">
    View implementation on GitHub
  </Card>
</CardGroup>
