Is it possible to get an RSS Feed for search queries? Sometimes the tags are not enough. For some topics the tags are not sufficient or you need to follow multiple tags and Search just simplifies this gap however the search results don't have an RSS feed or at least I can't seem to find. Any ideas?
|
Searches are too performance intensive to be RSS feeds. If you can't express your search as a set of tags (we support and/or in tags, see the blog), which does have an RSS feed, I humbly submit you aren't trying hard enough. :) |
|||||||||||||||||||||||
|
|
I have to agree with Cem. It would be really handy to have RSS feeds for searches, even if the feeds were based on "cached" results. In my case, I'd like to be able to find all questions on SO that have specific keywords so I can provide targeted help, and in many cases people don't (or forget to) add the keywords as tags. I know it would be difficult to figure-out an effective caching strategy for searches (since any collection of terms would in theory generate another set of cachable results), but I'm sure the geniuses at SO can figure it out, right? :) |
|||
|
|
|
Of course you can : use a service like feed43.com and create the RSS feeds you need by yourself for any website. For example, I've created an RSS feed for all new python accepted answers : http://www.feed43.com/python_new_accepted_answers.xml It corresponds to this search : http://stackoverflow.com/search?tab=newest&q=[python]%20hasaccepted%3a1 |
|||
|
|