From 25a13d36662d21a08e289c3038aa30218b2461c9 Mon Sep 17 00:00:00 2001 From: Khushboo Verma Date: Tue, 13 May 2025 15:40:21 +0530 Subject: [PATCH] Sync with cloud --- src/Appwrite/Migration/Version/V23.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Appwrite/Migration/Version/V23.php b/src/Appwrite/Migration/Version/V23.php index 5ea25431bf..ab986cab55 100644 --- a/src/Appwrite/Migration/Version/V23.php +++ b/src/Appwrite/Migration/Version/V23.php @@ -577,6 +577,7 @@ class V23 extends Migration 'metadata', 'chunksTotal', 'chunksUploaded', + 'search' ]; foreach ($attributesToDelete as $attribute) { try { @@ -588,7 +589,8 @@ class V23 extends Migration $indexesToDelete = [ '_key_buildId', - '_key_size' + '_key_size', + '_key_search' ]; foreach ($indexesToDelete as $index) { try {