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
cleared cache, your url still gives me no results. in the top right the dropdown as “Ice Orchid”. I’m not sure what that is
Here’s the landing page if you just go to https://www.search-lemmy.com/. I’m assuming that drop-down that you’re referring to is your home instance selector. Since you’re on lemmy.world I suggest you set that to well,
lemmy.world
. Then you can do your search and all of the results will take you directly to that post on lemmy.world (or whatever you set as your home instance).Now you can also see that Find Communities button in the top right, you can click on it and it’ll take you to a similar page but instead of returning posts for search results, it will return a list of communities, based on how many matches it found. (as if you did a search on the normal page but instead just counted the number of results per community).
why make users set a home instance? i can see a list of communities local to lemmy.world at https://lemmy.world/communities in the [Local] tab, and i can search my home instance at https://lemmy.world/search. i figured a search engine would span instances so users could find things across the lemmy-verse?
Eventually it will. But there’s a bug preventing global search working in lemmy itself. You can see more of the details here (https://github.com/marsara9/lemmy-search/issues/20 )
One of my primary goals with this is that users MUST be able to open a given link in their home instance so that they can then interact / reply / subscribe, etc… without having to figure out how to find said post themselves. So with that requirement, users MUST select a home instance but because of the before-mentioned bug I can’t show posts that your instance isn’t aware of.