Skip to content

Search by tags doesn't seem to have an effect #420

Description

@liquidcarbon

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

r = client.app.bsky.feed.search_posts(
    params=dict(
        q="py",
        # tag=["python"],  # <--- this does not do anything
        lang="en",
        sort="top",
        limit=5
    )
)

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions