Hello,
While it is possible to search for a certain keyword and get all its result objects, I am wondering, if it is possible to specify two or more keywords, and get an intersection of these keywords?
Getting all result objects with a certain KeywordID (in this case: 16181):
http://academic.research.microsoft.com/json.svc/search?AppId=<insert_your_app_id>&KeywordID=16181&ResultObjects=publication&PublicationContent=AllInfo&StartIdx=1&EndIdx=100
Is it possible to get all the result objects that have (for example) the KeywordIDs 16181 & 11343?
Georg