pub-dev icon indicating copy to clipboard operation
pub-dev copied to clipboard

Enhancing search for multiple publishers

Open Luckey-Elijah opened this issue 10 months ago • 1 comments

When searching for package I would like to be able to search multiple publishers in a single query.

Currently we can only search one like publisher:dart.dev.

I would like the ability search across publishers, similar to the platform: and sdk: prefixes when searching within multiple platforms or SDKs.

For example, if one want to search across all dart team packages I'd write the search query like this:

publisher:dart.dev publisher:tools.dart.dev publisher:labs.dart.dev

Luckey-Elijah avatar Apr 17 '24 20:04 Luckey-Elijah

Note: platform and sdk searches use logical-AND filtering e.g. you get results where all of the conditions are met.

I think publisher and license could use logical-OR filtering when multiple values are present.

isoos avatar Apr 18 '24 22:04 isoos