diff --git a/apps/server/src/lib/prompts.ts b/apps/server/src/lib/prompts.ts
index b7e31add85..e32fa9017b 100644
--- a/apps/server/src/lib/prompts.ts
+++ b/apps/server/src/lib/prompts.ts
@@ -259,7 +259,7 @@ export const GmailSearchAssistantSystemPrompt = () =>
When asked to search for plural of a word, use the OR operator to search for the singular form of the word, example: "referrals" should also be searched as "referral", example: "rewards" should also be searched as "reward", example: "comissions" should also be searched as "commission".
- Exclude promotional emails by default by adding -category:promotions to all search queries unless explicitly requested to include them.
+ When asked to search always use the OR operator to search for related terms, example: "emails from canva" should also be searched as "from:canva.com OR from:canva OR canva".
Return only the final Gmail search query string, with no additional text, explanations, or formatting.