A couple days ago I updated https://search-lemmy.com/ to 0.4.0.
New features, that several people were asking for:
cat -dog
(shows posts about cats that don’t mention dogs)cat OR dog
(shows posts about either cats or dogs). The default search behavior is now an implicit AND, but order doesn’t matter.!safeoff
– Disables safe search allowing NSFW posts to appear in the search results (NSFW is now hidden by default)since:YYYY-MM-DD
– shows only posts that have occurred since the specified dateuntil:YYYY-MM-DD
– same as above but in reverse. It will only posts up to the given date.Bug Fixes:
Known Issues:
Finally some things to note:
I’ve started to refactor the code to abstract away Lemmy from the actual search engine. As I now start to prepare to search other Fediverse instances like Kbin, and maybe even Mastodon, etc…
A community to talk about the Fediverse and all it’s related services using ActivityPub (Mastodon, Lemmy, KBin, etc).
If you wanted to get help with moderating your own community then head over to [email protected]!
Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy
Do these changes automatically carry over to 3rd party apps?
This doesn’t change the behavior of the built-in search within Lemmy. But rather this is suppose to be a close approximation of using Google with adding reddit to the end of your query.
The problem with the fediverse is that there are so many different instances you can’t really include them all in a search query and even if you could the links that Google would provide wouldn’t necessarily go to YOUR instance. This aims to fix that.