Financial-Times / ft-origami

The Old Origami Website, do not use
https://github.com/Financial-Times/origami
76 stars 12 forks source link

Bower registry searchability #272

Closed kaelig closed 9 years ago

kaelig commented 9 years ago
bower search origami # returns only a few results 
bower search o- # returns too many results

By specifying the "keywords" property in bower.json, we'd be able to find origami modules really easily.

Should we add keywords like "ftlabs" and "origami" to all modules?

kornelski commented 9 years ago

That would be nice. Can we automate it somehow?

kaelig commented 9 years ago

Not entirely sure but I think it's easy to have a way to surface that it's missing from origami.json in the verify task. /cc @samgiles

triblondon commented 9 years ago

I'm not convinced there's a use case for searching the registry for 'origami' on the command line. You wouldn't search for 'origami' in the UI. And on the CLI origami modules are listed before public ones so if you search for 'grid' you get o-grid then every other grid framework in the world.

kaelig commented 9 years ago

Fair enough. I'll do a feature request on the Bower search project to support regex patterns.