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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

My plugin isn't showing up in the search #9711

Open
drpepper opened this issue May 9, 2024 · 3 comments
Open

My plugin isn't showing up in the search #9711

drpepper opened this issue May 9, 2024 · 3 comments

Comments

@drpepper
Copy link

drpepper commented May 9, 2024

馃悰 bug report

Hi! I just realized that a plugin I made a while back doesn't show up on the plugin browser.

I'm probably doing something wrong, but I'm not sure what.

The plugin is called parcel-transformer-spritesheet

馃 Expected Behavior

I should see the plugin when I search "spritesheet" in the plugin browser.

馃槸 Current Behavior

It's not there!

Thanks for your help!

@mischnic
Copy link
Member

mischnic commented May 9, 2024

It's using a Algolia npm search API: https://github.com/parcel-bundler/website/blob/v2/src/plugin-browser/hooks.js

I think that's this here: https://github.com/algolia/npm-search

So it's a black box to us as well 馃し

@drpepper
Copy link
Author

drpepper commented May 9, 2024

Thanks for that! Based on the comment that it's the same search that powers yarnpkg.com and jsdelivr.com, I tried searching there, and found my package.

I do notice that my package has 0 downloads (I use it as a linked git module), but there's nothing that I see in the search code that would filter that out.

@mischnic
Copy link
Member

mischnic commented May 9, 2024

Yeah, it's here: https://yarnpkg.com/search?q=parcel-transformer+sprite
And that is using the exact same endpoint. So one of the filters on https://github.com/parcel-bundler/website/blob/v2/src/plugin-browser/hooks.js must be the problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants