CocoaPods / search.cocoapods.org

This is the CocoaPods search engine repo, please direct CocoaPods issues to the main CocoaPods repository.
25 stars 11 forks source link

Support searching for the dominant language in Pods #82

Closed orta closed 9 years ago

orta commented 9 years ago

screen shot 2015-03-09 at 09 27 48

We should have data on all pods' language now. Would be nice to be able to say "only swift pods" by looking at the dominant language.

floere commented 9 years ago

Great!

floere commented 9 years ago

So we take dominant_language || github.language, using Github as a fallback.

orta commented 9 years ago

Yes!

orta commented 9 years ago

This is almost perfect. The recommended results are coming back as "Swift XX" - is there a way to remove the Swift prefix?

screen shot 2015-04-25 at 9 19 49 am

https://cocoapods-org.herokuapp.com/?q=lang%3Aswift%20xc

floere commented 9 years ago

Yes there is, we needed to do the same thing with the platform.

floere commented 9 years ago

Done!