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
Currently you can just search for posts. I don’t track anything like the number of members in a community etc… just the content of the post and how more or less accurate they are to your current query. I’m continuously trying to improve the page rankings though.
I guess in theory you can perform the same search multiple times with different
community:!some_community@some_instance
filters to see which returns the most results, but ya, that wouldn’t be the most convenient. At the moment this tool though is about finding posts, but who knows what features I may add in the future.Sounds good, figured it couldn’t hurt to ask
I’ve been seeing a few people ask for something like this recently, so I might try and see how hard it would be to build something to help find active communities.