-
Notifications
You must be signed in to change notification settings - Fork 554
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
Add searchStarterPacks to appview #2978
Conversation
ec2861c
to
d522841
Compare
45e0fc3
to
6d3d285
Compare
6d3d285
to
5ea8405
Compare
5ea8405
to
984c9cd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good! The only thing we might want to consider here is indexing the starter pack names so that some form of search is implemented in the dataplane.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P.S. let's add a changeset for the @atproto/api package to this PR, so that a version of that package containing the new search lexicon can be published.
984c9cd
to
8a21be2
Compare
This adds:
app.bsky.graph.searchStarterPacks
and its implementation in thebsky
package.app.bsky.unspecced.searchStarterPacksSkeleton
, to be implemented by the search service.