pulumi / registry

The global index of everything you can do with Pulumi.
https://www.pulumi.com/registry
Apache License 2.0
27 stars 122 forks source link

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

Open aureq opened 1 week ago

aureq commented 1 week ago

Hello!

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

t0yv0 commented 1 week ago

Thank you for the idea @aureq , much appreciated!

thoward commented 1 week ago

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

aureq commented 1 week ago

(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).