I keep see people complaining about not being able to find active communities that match their interests. So I’ve added a new feature to https://www.search-lemmy.com/ that allows you to search posts for a particular topic and then it tells you which communities have the most posts matching your search query.

And assuming that you’ve set your home instance correctly, those links will even open up in your home instance, so that you can subscribe directly to them.

For example, if you search for ‘linux’ (https://www.search-lemmy.com/find-communities/results?query=linux&page=1) it gives you a link to each community, tells you which instance it’s on and how many matches it found for your query.

All of the same filters that you can use on the normal search can be used here as well. So if you just want to find the best community that mentions linux on lemmy.world (https://www.search-lemmy.com/find-communities/results?query=linux+instance%3Alemmy.world&page=1), you can filter by just that instance. Click on the Search Tips button to see a list of all of the available filters.

P.S. I’m aware of https://lemmyverse.net/ etc… and while those are great as well, this allows you to search to see what people are actually talking about on the various communities.

Again, if you have any feature requests or find any bugs, PLEASE reach out or ideally go to my github (https://github.com/marsara9/lemmy-search) and log a bug there.

    • marsara9@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      Still working for me. You might need to clear your browser cache as I did make some UI changes as part of the update.

    • marsara9@lemmy.worldOP
      link
      fedilink
      arrow-up
      4
      ·
      1 year ago

      It’s on my to-do list. Sadly though, in order for something to show in the drop-down for home instances that means I must have previously crawled that site. Because my #1 requirement is that if you click a link it must open in your home instance. Good news is, is that Kbin and Lemmy work nearly identical to each other, so Kbin will be the first non-lemmy type of instances that you can search.

  • Treevan 🇦🇺@aussie.zone
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    1 year ago

    Works well when you notice the “Find Communities” button. I did a search at first and thought it was exactly the same.

    I run one small community and I have blasted it with content. Searching some relevant keywords puts it on top, or near top, of every search. Now it’s a race for the more relevant communities to overtake it.

    • marsara9@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      4
      ·
      1 year ago

      Ya I index both post titles and the post body. I also weigh the body content slightly higher as well. So posts that just link an article will usually show lower than posts that actually have content.

      At some point though this will change. As eventually I’ll start adding comment data to the index as well. But I’m waiting on a bug in Lemmy itself to be fixed before I begin working on that.

      • Treevan 🇦🇺@aussie.zone
        link
        fedilink
        English
        arrow-up
        3
        ·
        1 year ago

        Sorry, I just deleted that part because I did some further testing and couldn’t be sure if I was imagining it.

        You’ve cleared it up. Looks like adding submission statements ranks it higher then. Typing in “biodiversity” ranks it higher than the literal community about “biodiversity” on Mander.

        You’ve created an excellent tool, well done.

    • marsara9@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      Just pushed a new update, that should fix an issue with the home-instance selector. Since you’re on lemmy.world I’d suggest selecting that instance from the drop-down and trying your search again…

        • marsara9@lemmy.worldOP
          link
          fedilink
          English
          arrow-up
          2
          ·
          edit-2
          1 year ago

          Yep. The idea is that the instance you select is the instance that all links will open up in. This way once you find a post you’re looking for you don’t have to find it on your home instance and can immediately start replying, save it for later, subscribe to the community, etc…

          Edit: I do plan on “fixing” this eventually, but I’m waiting on a bugfix on lemmy itself. You can see more here: https://github.com/marsara9/lemmy-search/issues/20