openvsx
openvsx copied to clipboard
SortBy=downloadCount doesn't sort
As described in [1] when accessing the url https://open-vsx.org/api/-/search?orderBy=downloadCount&sortOrder=desc&query=lens the results are not sorted by download count like I would expect them to be.
- vsix-lens" - downloadCount 1288
- "errorlens" - downloadCount 306985
- "vscode-versionlens" - downloadCount 56205
- "hoverlens" - downloadCount 1362
Supposedly this worked in the past. Right now the sorting seems to only work if there is no query parameter.
[1] https://github.com/eclipse-theia/theia/issues/15812#issuecomment-2985812349