I'm trying to query AlchemyData News for articles narrowed by multiple entities of different types (e.g.,both the Company "IBM" and the OperatingSystem "Linux" in the body of the article) without much luck.
I can find or figure out examples for multiple entity texts in the title:
q.enriched.url.title=A[IBM^Linux]
and for single texts and types in the title:
q.enriched.url.enrichedTitle.relations.relation=|object.entities.entity.text=IBM,object.entities.entity.type=Company|
but the combination eludes me.
I'm also unsure of which field name(s) to use when searching the body of the articles instead of just the title.