rdx icon indicating copy to clipboard operation
rdx copied to clipboard

Is there a way to filter search results?

Open ulises-c opened this issue 2 years ago • 1 comments

For example filter to exclude NSFW or search for subreddits instead of posts?

ulises-c avatar Oct 07 '23 20:10 ulises-c

Anything that works on Reddit search, works on RDX

site: - Restricts search to a specific website. Example: site:example.com

author: - Searches for posts by a specific user. Example: author:username

nsfw: - Include or exclude NSFW (Not Safe For Work) content. Use nsfw:yes to include or nsfw:no to exclude.

self: - Include or exclude self-posts (text posts). Use self:yes for self-posts or self:no for non-self-posts.

subreddit: - Restricts search to a specific subreddit. Example: subreddit:subredditname

url: - Searches for posts with a specific URL. Example: url:text

flair: - Searches for posts with a specific flair. Example: flair:"flairtext"

title: - Searches for posts with specific words in the title. Example: title:"word"

text: - Searches for posts with specific words in the body text. Example: text:"word"

These functions can be combined in a single search query for more precise results.

avadhesh18 avatar Jan 30 '24 13:01 avadhesh18