Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Allow weblink to a search to specify sort method (latest/people) #4073

Open
mcclure opened this issue May 17, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@mcclure
Copy link

mcclure commented May 17, 2024

Describe the bug / To Reproduce

Say I have made a number of posts with a word or phrase, and I want to link someone to my posts matching the phrase:

https://bsky.app/search?q=from%3A%40dryad.technology+%22listening+to%22

But maybe I made a lot of posts recently. Links to web links always sort by "Top". So if I want to link someone to the "Latest" tab for that search, so they'll see the newest post(s) first, I'm out of luck. Similarly, there's no way at all to link to a People search:

https://bsky.app/search?q=dril

That searches for posts matching "dril". If I want people matching "dril" can click that link and then click "people" but I can't link directly to "people".

Expected behavior

I'd like it if there were some kind of special URL that would specify . It could either be like https://bsky.app/search?q=dril&type=people, or if you put it in the # it could be handled by JavaScript (like, https://bsky.app/search?q=dril#!type=people). Whichever you go with, I think you should use window.history.pushState or window.history.replaceState and make it so when you click the Latest or People links, the address bar changes its current URL to match the . This would make the feature more "discoverable".

Details

  • Platform: bsky.app
@mcclure mcclure added the bug Something isn't working label May 17, 2024
@PSingletary
Copy link

This request would pair well with search enhancements

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants