This query is probably not Opensearch related, but it comes close. I have a site Humanitarian News, where I aggregate newsfeeds with feedAPI, which posts all updates in blogs.

The newsfeeds / blogposts are sorted in 6 different sections (aidnews, aidblogs,...) each submitted by one user (one user for all aidnews feeds e.g.).

I implemented opensearch to create a feed based on a search argument, e.g. "Afghanistan" gives me all the latest news postings on "Afghanistan". But now I would like to search also on "Afghanistan" ONLY in the section "Aidnews" (to e.g. exclude all blogs"). Can I do a search on a node AND on what was posted by a particular user? OR Can I do a search on a node AND the contents of one specific blog?

thanks for any suggestion,

Peter

Comments

dave reid’s picture

Status: Active » Fixed

You'll probably want to look into using Apache Solr to do searches on your site. There's no way to do this with the OpenSearch or core modules that I know of.

avpaderno’s picture

I agree; as Opensearch Feed depends from search.module for that part of its functionality, nothing can be done with it.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.