this post was submitted on 03 Jul 2023
23 points (100.0% liked)

LemmyTips

882 readers
1 users here now

Welcome to LemmyTips, community where you can share all the tips, tricks and resources related to Lemmy.

founded 1 year ago
MODERATORS
 

cross-posted from: https://lemmy.world/post/963301

I shared bits and pieces of this before, but it's officially up and running now: https://www.search-lemmy.com/

This is an enhanced search engine for Lemmy. With a few primary goals:

  • You can choose a preferred instance. After choosing what your primary instance is, and performing a search ALL links will open in that instance.
  • This aims to be a replacement for using site:reddit.com in Google, but just for the fediverse.
  • You can filter the search results by:
    • Instance -- This will filter the results to only show communities that belong to a particular instance. Just type something like instance:lemmy.wrold or instance:https://lemmy.world/. This is separate from your preferred instance, such that you can search for posts on lemmy.world while still opening them on lemmy.ml.
    • Community -- You can refine the search by a specific community. You use the same syntax that you'd use here community:[[email protected]](/c/[email protected]).
    • Author -- Similar to the above you can also filter by a specific author such as: author:@[email protected].
  • The entire thing is open-source. You can view the code and even host your own instance... See more details here: https://github.com/marsara9/lemmy-search.

NOTE: This only supports Lemmy instances for now. Other fediverse type instances may be in the future depending on how this works out.

I've been working on this over just the last few weeks, so it hasn't had a chance to crawl much of the fediverse yet. For now it only supports lemmy.world and lemmy.ml but other preferred-instances will come online as time goes by.

If anyone finds any bugs, and I'm sure you will, or if anyone has any suggestions PLEASE raise an issue on GitHub for me to track. Lastly, if anyone wants to help contribute please feel free to reach out.

**NOTE TO SERVER ADMINS: You can prevent your site from being crawled by adding lemmy-search to your robots.txt for the user-agent.search` to your robots.txt for the user-agent.

top 5 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 1 year ago* (last edited 1 year ago) (1 children)

Is the drop down menu where I choose my instance? Any chance of alphabetical order for the list? I can't find feddit.de because even if I type it out, it just gives me feddit.jp :(

[–] [email protected] 4 points 1 year ago

Yes the drop down is where you select your home instance. I need to make some improvements to the UI.

But when I originally posted this it had only indexed lemmy.world and lemmy.ml. You can try again and see if it's available now. So far, as of this reply, I've indexed 279 of the approximately 1000 Lemmy instances.

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

Hi, using lemmy.fmhy.ml as primary instance and searching for "Ferrovia" it shows nothing, but it should show at least the post https://lemmy.fmhy.ml/post/556071 from lemmy.eco.br

Great job btw

[–] [email protected] 1 points 1 year ago

It looks really cool, do you think it is possible to implement this into the mobile apps, like Jerboa

[–] [email protected] 1 points 1 year ago

Did you implement the search index yourself? I can recommend sonic (a light-weight rust search engine). It supports typo correction, a lot of language, suggestions, etc.

load more comments
view more: next ›