Hello everyone! I am working on a project where a user can add rss feeds to his profile. One way would be by entering a rss url, the other way would it be by search. findFeeds() method would be my choice for the latter. So I have 2 questions regarding it: First one was asked a few times in this group but I could not find a satisfying answer: Is it possible to get more than 10 results. Second question is more tricky and I hope I can formulate it in an understandable way: In code playground find feed example I modified the query like var query = 'site:rtvslo.si sport';. The results seem ok at first glimpse but actually links are not correct. It should be http://www.rtvslo.si/sport/rss instead of http://www.rtvslo.si/evropska-unija/rss. The thing is that rtvslo.si has 13 rss links in the head section and findFeeds() method always takes the first one. Is this normal behavior and is there a way to change it? Thanks, Marko
-- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to google-ajax-search-api@googlegroups.com. To unsubscribe from this group, send email to google-ajax-search-api+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-ajax-search-api?hl=en.