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

Test new Marketplace API #2621

Closed
waderyan opened this issue Feb 1, 2016 · 1 comment
Closed

Test new Marketplace API #2621

waderyan opened this issue Feb 1, 2016 · 1 comment
Assignees
Labels
install-update VS Code installation and upgrade system issues verified Verification succeeded
Milestone

Comments

@waderyan
Copy link

waderyan commented Feb 1, 2016

Marketplace team wants us to test out some API changes they made. These are their instructions.

We made some modifications to the existing API in the last sprint, that enhanced the capabilities of the current API. I’ve highlighted some of them below

  • Introduced search text filter type that gives results matching, extension name, publisher name and short description. It currently matches prefix based (for instance it’ll provide eslint as a result if you search for just es)
  • Fuzzy search for verb variations of keyword i.e. matching coding when searching for code etc
  • Support for exact phrase match in case of multiple word queries
  • Search across multiple categories

Documentation for the API is here.

@egamma egamma added this to the Feb 2016 milestone Feb 1, 2016
@egamma egamma added the install-update VS Code installation and upgrade system issues label Feb 1, 2016
@egamma egamma mentioned this issue Feb 1, 2016
97 tasks
joaomoreno added a commit that referenced this issue Feb 10, 2016
@joaomoreno
Copy link
Member

@waderyan I've enabled the gallery caching. So we can now do all the filtering on our side and not depend on their API (or lack thereof - the documentation link doesn't even open anymore on my machine).

I will close this issue. If you still think we can do better when filtering down the list of extensions in the UI, figure out what could be done differently and create an issue to implement that on Code's side.

Here's the raw cache URL: https://vscode.blob.core.windows.net/gallery/index

@joaomoreno joaomoreno added the verified Verification succeeded label Feb 26, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
install-update VS Code installation and upgrade system issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants