marsara9 / lemmy-search

An enhanced search engine just for Lemmy/Fediverse
https://www.search-lemmy.com
GNU Affero General Public License v3.0
81 stars 4 forks source link

[0.4.0]Add NSFW filter #23

Closed marsara9 closed 1 year ago

marsara9 commented 1 year ago

Add a filter to the search query such that you can exclude NSFW results.

Something like "foo bar baz nsfw:no"

marsara9 commented 1 year ago

Currently looking at:

To disable all nsfw results: nsfw:none

To only return nsfw results: nsfw:only

And to return a mix, just don't put the filter in the query at all.

I'm open to other suggestions if anyone wants to post them here.

rcmaehl commented 1 year ago

nsfw:surpriseme maybe /j

marsara9 commented 1 year ago

Kidding aside my only requirement for what this filter looks like, it should be relatively intuitive as to how it works / what it does.

marsara9 commented 1 year ago

Update: going to change this to just be !safeoff, to be similar to DuckDuckGo. The default behavior is now going to hide NSFW results. There will be no way to search for just NSFW content.