registry icon indicating copy to clipboard operation
registry copied to clipboard

[doc/registry] AWS Cloud Control provider should be displayed when searching for `native`

Open aureq opened this issue 1 year ago • 4 comments
trafficstars

Hello!

  • Vote on this issue by adding a 👍 reaction
  • If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)

Issue details

I went on the Pulumi Registry page and I was looking for the AWS Native provider. It took me some time to realize the AWS Native is now named AWS Cloud Control. So, I think it's expected some people will keep searching for some time using parts of the old name out of habits.

When visiting the registry page and searching for native, the AWS Cloud Control provider isn't returned. Only Azure Native, Azure Native v1, ESXi Native and Google Cloud Native.

It would be great if AWS Cloud Control could also show up in the results so it's easier to find this provider under its new name.

Affected area/feature

  • Registry page

aureq avatar Oct 15 '24 22:10 aureq

Thank you for the idea @aureq , much appreciated!

t0yv0 avatar Oct 16 '24 13:10 t0yv0

Good catch! Added a special case to the package list filtering logic in this PR: https://github.com/pulumi/registry/pull/5732

thoward avatar Oct 17 '24 20:10 thoward

(context)

If I search for native (just by itself) there's no changes at all on the registry page, and all providers are displayed. IIRC, using native used to return at least the Azure Native one.

And it's weird if I search for nativ (missing e) then I have the results (still missing the AWS Cloud Control one though).

aureq avatar Oct 18 '24 01:10 aureq

@thoward I am still seeing the same behavior as Aurelien: Searching for "native" shows all providers. Given that this behavior is clearly a bug, I've created a separate issue for the buggy behavior: #7298

jkodroff avatar Apr 18 '25 16:04 jkodroff