-
-
Notifications
You must be signed in to change notification settings - Fork 946
In Create Post screen, community search is weak for common community IDs #6374
Description
Requirements
- Is this a feature request? For questions or discussions use https://lemmy.ml/c/lemmy_support or the matrix chat.
- Did you check to see if this issue already exists?
- Is this only a feature request? Do not put multiple feature requests in one issue.
- Is this a backend issue? Use the lemmy-ui repo for UI / frontend issues.
- Do you agree to follow the rules in our Code of Conduct?
Is your proposal related to a problem?
I'm not sure if this is front-end or back-end:
I moderate and post to "lemmy.ca/c/worldnews". It has the name "World News for Canadians". When I try to create a post on lemmy.ca and I go to select the Community, and I search for "Worldnews", it lists every community on every instance with Worldnews in the title, with "World News for Canadians" appearing somewhere in the middle, difficult to find. It works if I search by "World News for Canadians", but realistically that's not the URL I type in to link to it so that's less notable.
As you can see from this screenshot, finding my community is a bit of a Where's Waldo.
Thanks.
Describe the solution you'd like.
I don't know what the correct fix is, I can think of many possibilities (I think ID is the jargon for the URL-name, right?):
- Allow us to search by full instance-resolved IDs like "lemmy.ca/c/worldnews" and "!worldnews@lemmy.ca"
- Elevate communities we are subscribed to to the top of the dropdown (it appears to be ranked by popularity by default, I think).
- (weak) Include the fully-resolved IDs in the dropdown next to the name where the name does not match the ID. At least there the less-helpful Names/Titles are augmented by the IDs.
3 is tangential, but it can be confusing when the Community name substantially does not match the ID, for example News@feddit.org is actually feddit.org/c/WorldNews
eg "World News for Canadians (lemmy.ca/WorldNews)"
eg "News (feddit.org/WorldNews)"
Also it's odd that the "instance/community" format doesn't match either fedi standard or the URL. I'd assume it would be either "!community@instance.tld" or "instance.tld/c/community" not "instance/communit", but that's out-of-scope.
Describe alternatives you've considered.
I can search by full title-name "World News for Canadians" but that's clumsier since that's mostly just the title at the top of the screen when looking at the community. It's not the URL or the !community@instance link.
Additional context
No response