bluesky-social / social-app

The Bluesky Social application for Web, iOS, and Android

Home Page:https://bsky.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide ability to specify search order in the Web client URL

shmerl opened this issue · comments

Currently, the Web client URL for search looks like this:

https://bsky.app/search?q=<search_term>

Only after you get the results you sort them by top / latest / people.

Please add the ability to specify sort order in that top URL itself, something like

https://bsky.app/search?q=<search_term>&sort=latest

which would be passed to the underlying feed query which already supports it.

commented

Duplicate of #4073

Ah, I'll close this then.