avadhesh18 / rdx

RDX for Reddit - An Apollo Inspired web viewer for Reddit
https://rdx.overdevs.com/
55 stars 3 forks source link

Is there a way to filter search results? #1

Open ulises-c opened 9 months ago

ulises-c commented 9 months ago

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

avadhesh18 commented 5 months ago

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.