Yeah defaulting the search type to "all" when searching from the Communities page is kind of silly.
Lemmy Server Performance
Lemmy Server Performance
lemmy_server uses the Diesel ORM that automatically generates SQL statements. There are serious performance problems in June and July 2023 preventing Lemmy from scaling. Topics include caching, PostgreSQL extensions for troubleshooting, Client/Server Code/SQL Data/server operator apps/sever operator API (performance and storage monitoring), etc.
The problem is, at least in v0.17.x, searching for a community url or bang-prefixed community name returns nothing when you constrain the "type" drop-down to "communities". Now, that feels pretty clearly like a bug to me... if you search community-types by url, it should return the correct result.
But if that couldn't be fixed for v0.18.0 due to time/priority constraints, defaulting to searching "all" types is a reasonable workaround even if it makes little sense absent the above context. At least until searching for communities by url is fixed.
I'd rather no results, than a massive list of incorrect results of a type I'm not searching for... ie comments/posts rather than communities.
Support would be great. I use it with my Akkoma instance and it works quite well.