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: add the verified flag in SearchResult #824

Closed
vladarama opened this issue Nov 1, 2023 · 0 comments · Fixed by #901
Closed

feature-request: add the verified flag in SearchResult #824

vladarama opened this issue Nov 1, 2023 · 0 comments · Fixed by #901
Assignees

Comments

@vladarama
Copy link

My team is currently working on a feature that allows us to only display verified extensions during a search.

At the moment, we are using the /api/-/search to get the relevant extensions. Then, we have to query each extension from the search results using /api/v2/-/query to obtain its verified attribute which seems quite redundant.

It would be great if we could get the verified flag directly in the SearchResult responses. Or, we could add an optional parameter includeVerified to the Search API which would solve this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants