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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature request] search should find packages by provides in addition to by name #350

Closed
dbu opened this issue Oct 10, 2013 · 3 comments
Closed

Comments

@dbu
Copy link

dbu commented Oct 10, 2013

if you get a missing dependency, you can't distinguish if the requirement was for something that is named that way or is something that just provides the requirement. see the virtual packages phpcr/phpcr-implementation for example: required by https://packagist.org/packages/doctrine/phpcr-odm , provided by https://packagist.org/packages/jackalope/jackalope

@Seldaek
Copy link
Member

Seldaek commented Oct 11, 2013

True, that'd be a good small improvement and shouldn't be so hard to pull off I guess, probably just needs the name to be a multi field or something in the solr config, then pass all the provided names to it.

@dbu
Copy link
Author

dbu commented Jun 30, 2014

with #400 fixed, it should not be that much that is missing, i assume.

@Seldaek
Copy link
Member

Seldaek commented Jun 30, 2014

See e.g. phpcr/phpcr-implementation (virtual package) at https://packagist.org/search/?q=phpcr

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

No branches or pull requests

2 participants