An experimental, client-side search engine for a massive public Discord server dataset.
Operator | Description | Example |
---|---|---|
keyword | Searches names/descriptions. Multiple words are AND'd. | grow garden |
field:value | Search for a value within a specific field. | inviter.id:973662951393361960 |
"phrase" | Search for an exact phrase. | "Pixel Paradise" |
> < >= <= | Numeric comparisons for counts. | members:>=500 |
.. (Range) | Search for numbers within an inclusive range. | online:20..100 |
OR or | | Get results that match either condition. | gaming OR minecraft |
- (Negation) | Exclude results matching a condition. | feature:COMMUNITY -feature:NEWS |
has:field | Find servers where a field is not empty. | has:guild.description |
missing:field | Find servers where a field is empty or missing. | missing:guild.vanity_url_code |
invite
, inviter.id
, inviter.username
, global_name
, guild.id
, guild.name
, guild.description
, feature
, channel.id
, channel.name
, members
, online
, nsfw
, tier
, verification
, boosts
, tag
, trait