I, too, would like to know if it is possible to restrict the results that the Find Feed (findFeeds()) method returns to a list of specific "known" or "trusted" domains.
Jeff S., while appreciated, your answer didn't address the question. We realize that it is possible to pull content from specific feeds, but we don't want
all of the content from those feeds; we want to use a search query.
To reiterate, we want to know whether or not it's possible to use the Find Feed method to search for feed entries while at the same time restricting the result set to a given list of domains.
For example, with Google Web Search, this is done in the following manner (if I am not positive about the syntax, although this seems to work as expected):
site:
www.ascls.org OR site:
www.clma.org OR site:
clpmag.com calibration
The Find Feed documentation actually uses this same technique in the demo that you cited,
but, it uses a single domain only. As soon as I try to add multiple site: clauses, or even use the OR keyword, zero results are returned, when I know that there should be more.
Thanks for your help.