From afe03ac7fe2ab970ff5e6254c1ccf2988f8278a9 Mon Sep 17 00:00:00 2001 From: Wimmie Date: Wed, 28 Jan 2026 15:07:58 +0000 Subject: [PATCH] docs(discord): clarify search doesn't support OR/AND operators Agents often mistakenly try to use boolean operators (OR/AND) in Discord search queries, expecting SQL-like or web-search behavior. Discord's search API matches queries literally as phrases. Added a note to the search section clarifying this limitation and suggesting separate calls for multiple terms. AI-assisted: Claude (lightly tested - documentation only) --- skills/discord/SKILL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/skills/discord/SKILL.md b/skills/discord/SKILL.md index 3f633bbd3..0953dd33a 100644 --- a/skills/discord/SKILL.md +++ b/skills/discord/SKILL.md @@ -263,6 +263,8 @@ Use `discord.actions.*` to disable action groups: } ``` +**Note:** Discord search does **not** support boolean operators like `OR` or `AND`. Queries are matched literally as phrases. To search for multiple terms, make separate search calls for each term. + ### Member + role info ```json