# CLIENT144: Search index rebuild failed

## What this means[​](#what-this-means "رابط مباشر إلى What this means")

A search index rebuild failed, so results may be incomplete while the app retries initialization.

After detecting a search index problem ([CLIENT141](/ar/error-codes/CLIENT141.md) or [CLIENT143](/ar/error-codes/CLIENT143.md)), the app tried to rebuild the index, and the rebuild itself failed. Search keeps answering — from the existing index with known bad results hidden, or from a direct scan of the data on this device — but it may miss or misrank results for the affected list. The next search or readiness check retries index initialization and can recover automatically; reloading the app is an optional fresh start if results remain wrong.

## Your data[​](#your-data "رابط مباشر إلى Your data")

No store data was changed. This concerns only the local search index, which is derived from the data already on this device.

## Troubleshoot[​](#troubleshoot "رابط مباشر إلى Troubleshoot")

1. Open the log entry — its context names the list affected and the error the rebuild hit. If that error mentions storage, free up space on the device first; on web, also avoid private/incognito windows.
2. Run another search on the affected list — the app retries index initialization automatically.
3. If results are still missing or wrongly ordered, reload the app: on web, reload the browser tab; on desktop and mobile, close and reopen the app. If CLIENT144 is logged again after that, export debug info from the Logs screen and contact support.

## Details[​](#details "رابط مباشر إلى Details")

* Code

  `CLIENT144` (`SEARCH_INDEX_REBUILD_FAILED`)

* Severity

  warn

* Introduced in

  WCPOS

  <!-- -->

  1.10.6
