Plugin search #1661
Replies: 3 comments 3 replies
-
Just to add one more item to the list above:
|
Beta Was this translation helpful? Give feedback.
-
@finestructure I just found that there is already a thread about searching by product type here. Looking at your initial writeup, what do you think is the use case for using a negative filter? In other words, what's the use case for searching for packages that do not offer a "plugin" or do not offer an "executable" product? |
Beta Was this translation helpful? Give feedback.
-
Ok, I think at this point #1810 addresses everything saw mentioned in this thread. I think this could be an amazing feature to aid discoverability of plugins |
Beta Was this translation helpful? Give feedback.
-
Joe @heckj recently suggested we add support for SPM plugins to search and I wanted to capture this here.
His idea is that we parse plugin capabilities from packages and that there'd be a way to search for them in the index.
It should require the following:
We've added Swift 5.6 support this week, which was one of the bigger hurdles in this.
Plugins expose
.plugin
products and it should be quite simple to ingest them alongside theexecutable
andlibrary
products we're already reading.Finally, we'd need to add a new search filter to search for those products. The way I envision this would be a new
product
filter, which could/should handleexecutable
andlibrary
as well asplugin
:Beta Was this translation helpful? Give feedback.
All reactions