You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 itsverified
attribute which seems quite redundant.It would be great if we could get the
verified
flag directly in theSearchResult
responses. Or, we could add an optional parameterincludeVerified
to the Search API which would solve this issue.The text was updated successfully, but these errors were encountered: