How to perform search by hastags? #423
Answered
by
MarshalX
liquidcarbon
asked this question in
Questions
|
Hello, I'm trying to understand how search works, following https://github.com/MarshalX/atproto/blob/main/packages/atproto_client/models/app/bsky/feed/search_posts.py Would you expect this to work? If not, what's the way to get roughly the results you would find here? https://bsky.app/hashtag/python |
Answered by
MarshalX
Nov 4, 2024
Replies: 3 comments
|
Thanks for the dev tools trick! I tried other documented Params such as lang, since, until, and they work as expected. Was tags documented but not implemented? |
0 replies
|
My pleasure! Well, it is implemented in SDK for sure, but looks like not implemented on server side. I am not related to server side part. You can try to dug into server side code of search in case you need the answer :) Backend code is here https://github.com/bluesky-social/atproto |
0 replies
Answer selected by
liquidcarbon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

My pleasure! Well, it is implemented in SDK for sure, but looks like not implemented on server side. I am not related to server side part. You can try to dug into server side code of search in case you need the answer :) Backend code is here https://github.com/bluesky-social/atproto