Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.

Commit bbe4c60

Browse files
Update search.md
1 parent aab1ca9 commit bbe4c60

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

topics/search.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
# Searching Suggestions
22

3-
Servers with a high amount of suggestions can get messy, which makes it hard to find a specific suggestion based on its attributes (like its author or content). We've added a long requested feature: a search command! You're now able to go through your suggestions feed in the blink of an eye by specifying search parameters to narrow down results. This command is rather complex so we'll dive into it below.
3+
Servers with a high amount of suggestions can get messy, which makes it hard to find a specific suggestion based on its attributes (like its author or content). With the search command, you're able to browse your suggestion feed by specifying search parameters to narrow down results.
44

55
### Usage
6-
Use `.search <parameters separated by a space>` in any channel the bot can read and send messages in.
7-
8-
?> You can include as many search parameters as you want.
6+
Use `.search <parameters separated by a space>` in any channel the bot can read and send messages in. You can include as many search parameters as you want.
97

108
### Parameters and Syntax
119

@@ -20,7 +18,7 @@ Use `.search <parameters separated by a space>` in any channel the bot can read
2018
| Content | `content:(string)` | Only contains suggestions whose content match with the string | `.search content:"bananas` |
2119

2220
### More Examples
23-
Here's some quick extra examples you might find useful:\
21+
Here's some quick extra examples you might find useful:
2422
- Using `.search status:approved votes>12 content:"memes"` will return any approved suggestion with **more than 12 upvotes** while containing "memes".
2523
- Using `.search mark!working author:123456789987654321 content!"water"` will return any suggestion **not** marked as "Working", sent by the user that has the 123456789987654321 id and that does not contain "water".
2624
- Using `.search time<30d` would return all suggestions sent in the last **30 days**.
@@ -31,12 +29,9 @@ Here's some quick extra examples you might find useful:\
3129
### Operators
3230
The above examples support multiple operators to narrow down the search results:
3331

34-
| Operator | Meaning |
32+
| Operator | Description |
3533
|:--------:|:------------:|
3634
| `:` | equal to |
3735
| `>` | greater than |
3836
| `<` | less than |
39-
| `!` | not |
40-
41-
42-
> Don't hesitate to join our [support server](https://suggester.js.org/support) if you need assistance with this feature. You're also welcome to suggest improvements for this documentation page!
37+
| `!` | not |

0 commit comments

Comments
 (0)