From c0f8dee4d44921c03a9b6747543e050c039520a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Tue, 6 Jan 2026 15:03:43 +0100 Subject: [PATCH] Allows query search on project --- src/Appwrite/Utopia/Database/Validator/Queries/Projects.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Appwrite/Utopia/Database/Validator/Queries/Projects.php b/src/Appwrite/Utopia/Database/Validator/Queries/Projects.php index d96e373949..50c9d850f3 100644 --- a/src/Appwrite/Utopia/Database/Validator/Queries/Projects.php +++ b/src/Appwrite/Utopia/Database/Validator/Queries/Projects.php @@ -8,6 +8,7 @@ class Projects extends Base 'name', 'teamId', 'labels', + 'search' ]; /**