this post was submitted on 07 Jun 2023
73 points (97.4% liked)

Lemmy.World Announcements

29098 readers
30 users here now

This Community is intended for posts about the Lemmy.world server by the admins.

Follow us for server news ๐Ÿ˜

Outages ๐Ÿ”ฅ

https://status.lemmy.world/

For support with issues at Lemmy.world, go to the Lemmy.world Support community.

Support e-mail

Any support requests are best sent to info@lemmy.world e-mail.

Report contact

Donations ๐Ÿ’—

If you would like to make a donation to support the cost of running this platform, please do so at the following donation URLs.

If you can, please use / switch to Ko-Fi, it has the lowest fees for us

Ko-Fi (Donate)

Bunq (Donate)

Open Collective backers and sponsors

Patreon

Join the team

founded 2 years ago
MODERATORS
 

In this post I will list the known issues or possible improvements for Lemmy.world.

Please comment with any issue or area for improvement you see and I will add it here.

Issues can be:

  • Local (lemmy.world) (also performance issues)
  • Lemmy software issues
  • Other software related (apps/Fediverse platforms etc)
  • Remote server related
  • (User error? ...)

Known issues

  • Posting big posts of over 2000 characters fails, the Post button will stay spinning
  • Top posts page gets a stream of new posts ? Websockets issue
  • You're suddenly in another post than you were before > Websockets issue

Enhancement requests

  • Can themes be added? > To be checked if this can be done without changing code.
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Anaralah_Belore223@lemmy.world 2 points 1 year ago* (last edited 1 year ago)

Improvement: Support for search operators

For example:

  • Currently, when I use the """ character on Lemmy search, it searches posts/comments with only the """ on them.

My lemmy search improvement requests:

  • "hello world" should strictly show comments/posts matching Hello World, case insensitive by default (with case-sensitive check box)
    • like: "Hello Everyone" shows posts/comments with the phrase "hello everyone" on them but not "hello" and/or "everyone"
  • -${KEYWORD} or -${COMMUNITY} excludes a specific keyword or community from the search result. Using -"Hello World" filters results with the phrase "Hello World" on them. If it's a community like -"community@lemmy.instance", it will exclude the community from the results.
  • * asterisks - wildcard
  • | pipe - logical OR search.