You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, `search` skips empty-body rows such as attachment-only or system-style messages. Use `--include-empty` to opt back in.
168
+
By default, `search` skips rows with no searchable content. Attachment text, attachment filenames, embeds, and replies still count as content. Use `--include-empty` to opt back in.
167
169
168
170
### `messages`
169
171
@@ -182,9 +184,26 @@ Notes:
182
184
-`--channel` accepts a channel id, exact name, `#name`, or partial name match
183
185
-`--days` is shorthand for "since now minus N days"
184
186
-`--all` removes the safety limit; default is `200`
185
-
-empty-body rows are skipped by default; `--include-empty` opts back in
187
+
- rows with no displayable/searchable content are skipped by default; `--include-empty` opts back in
clauses=append(clauses, `(me.author_id = ? or coalesce(mem.username, '') = ? or coalesce(mem.display_name, '') = ? or coalesce(mem.username, '') like ? or coalesce(mem.display_name, '') like ?)`)
0 commit comments