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

Filtering for OSX (and iOS) don't show all results #69

Closed krzyzanowskim closed 9 years ago

krzyzanowskim commented 9 years ago

Filtering for OSX don't do the job. Check this: http://cocoapods.org/?q=on%3Aosx%20on%3Aios%20keychain http://cocoapods.org/?q=on%3Aosx%20keychain

only one result, while if you switch to iOS and check pods you can find that many of them is available for OSX.

For example: https://github.com/rheinfabrik/RFKeychain/blob/master/RFKeychain.podspec https://github.com/secondgear/SGKeychain/blob/master/SGKeychain.podspec

etc..

floere commented 9 years ago

Thanks for the detective work, @krzyzanowskim. You are indeed right. The platform default of osx & ios was not used when no platform was given.

I fixed this bug and have just deployed. Cheers!

krzyzanowskim commented 9 years ago

Thanks. Seems something is not right yet there. See attached result for "Alert". Resulting item is not defined as available for "OSX" but appears at the list.

http://cocoapods.org/?q=on%3Aosx%20alert

screen shot 2014-12-07 at 23 31 29