bower / registry

The Bower registry
https://registry.bower.io/packages
MIT License
292 stars 66 forks source link

Lookup by URL #60

Closed sheerun closed 8 years ago

sheerun commented 10 years ago

https://github.com/bower/bower/issues/513

benschwarz commented 10 years ago

Basically, we just need to ensure that the URL field is indexed by the search service…

rayshan commented 10 years ago

This is partially added with https://github.com/bower/registry/pull/80

However registry server should normalize user input with patch https://github.com/bower/registry/pull/82 first, otherwise user has to know exactly what's in the registry db.

sheerun commented 8 years ago

Already implemented