> For the complete documentation index, see [llms.txt](https://support.storefront.co.za/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.storefront.co.za/release-notes/enhancements/2025-enhancements/december-2025-enhancements/automatic-product-re-indexing-to-keep-search-and-data-in-sync.md).

# Automatic Product Re‑Indexing to Keep Search & Data in Sync

Previously, the search index (Solr) could fall out of sync with the main product data when:

* Products were not indexed, or
* Automatic indexing and product syncs did not line up correctly.

This could cause products to show outdated information or not appear correctly in search and listings.\
The system has been enhanced to:

* **Automatically index products** whenever they are created or updated.
* **Clear the relevant caches** when product changes occur.
* Update the **Data Transfer Framework (DTF)** so that any product updates done through DTF are also indexed.

**Benefits for merchants**

* Product search and category listings reflect **current data** (price, availability, details) more reliably.
* Reduced risk of customers seeing outdated product info after you’ve made changes.
* Less manual re‑indexing work for your team and fewer support issues related to “missing” or “incorrect” products.
* More trustworthy on‑site search experience, supporting better conversion.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.storefront.co.za/release-notes/enhancements/2025-enhancements/december-2025-enhancements/automatic-product-re-indexing-to-keep-search-and-data-in-sync.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
