CocoaPods / indexer.cocoapods.org

Trunk 🛄 👉 Algolia ⏱ indexer
https://cocoapods.org
MIT License
3 stars 3 forks source link

How to check and improve listing on specific keywords? #12

Open jeroenleenarts opened 2 years ago

jeroenleenarts commented 2 years ago

I am looking at these two podspecs: https://github.com/GetStream/stream-chat-swift/blob/develop/StreamChat.podspec https://github.com/GetStream/stream-chat-swiftui/blob/main/StreamChatSwiftUI.podspec

And when I search on the main page of cocoapods and search for the term "chat" they are not listed at all. So what can I do on the podspec end of things to make sure someone looking for a chat related framework, to be able to found ours?

Haroenv commented 2 years ago

I think they aren't listed as there are many results for "chat", and the first results all have "chat" at the start vs the second part of the word. The cocoa pods site doesn't have pagination, or filtering (even though the data for it is available in the index, maybe that could help?