microsoft / vsmarketplace

Customer feedback and issue tracker repository for Visual Studio Marketplace
MIT License
40 stars 10 forks source link

Deprecated extension returned first in search #565

Open mjbvz opened 1 year ago

mjbvz commented 1 year ago

Type: Bug

  1. Search github pr

Bug A deprecated extension is returned first, in front of the more useful (and non-deprecated) Github pull requests and issues extension

Screenshot 2023-01-24 at 10 16 24 AM

VS Code version: Code - Insiders 1.75.0-insider (Universal) (0a6c277e4faa44a6b6eb82ddca8bfeccf7fecef6, 2023-01-24T05:22:43.874Z) OS version: Darwin x64 22.2.0 Modes: Sandboxed: Yes

isidorn commented 1 year ago

Exactly the issue I mentioned today @SaiKanth007 @kj0171 @prashantvc

isidorn commented 1 year ago

This query behaves better in latest Insiders.

Screenshot 2023-02-08 at 17 44 36

tooltitude-support commented 1 year ago

Have seen it happen recently. Search for example for Rust. The top choice is a deprecated extension.

kj0171 commented 1 year ago

Unfortunately, we do not have time to address this issue, we are now prioritizing on other work, and we plan to revisit search relevance in the future. Thank you for your understanding.

alefragnani commented 1 year ago

After facing a similar behavior while looking for C# extensions I wonder, should deprecated extensions still be returned at all?

I mean, I simply skip deprecated extensions, as I see no point on installing it. In fact, even in unmaintained extensions are hard to buy so, I would expect not to see deprecated extension while searching it.

I would suggest two possible alternatives to hide deprecated extensions from search:

Thank you