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)
This commit is contained in:
parent
01e0d3a320
commit
afe03ac7fe
@ -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
|
### Member + role info
|
||||||
|
|
||||||
```json
|
```json
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user