What steps will reproduce the problem?
1.
Dictionary<String, String> queries = new Dictionary<string,string>();
queries.Add("collectionName", "default_collection");
GsaFeed myFeed = myService.QueryFeed("searchReport", queries);
What is the expected output? What do you see instead?
Expected Output: All the reports from collection "default_collection" in
myFeed.Entries
Actual Output: All the reports from all the collections in myFeed.Entries.
What version of the product are you using? On what operating system?
GSA Version: 6.2.0.G44
API .NET: 1.0.0.1
VS.NET 2008 Express Edition
Please provide any additional information below.
I'm trying to list all the reports from a given collection. The documentation
says thar the "collectionName" is a valid parameter for querying the "feed"
"searchReport".
http://code.google.com/apis/searchappliance/documentation/62/gdata/acapi_cs.html
#ListingASearchReport
«List search report entries by sending an authenticated GET request to the
root entry of the searchReport feed. Query parameter: collectionName»
Original issue reported on code.google.com by
jtende...@gmail.comon 18 Jun 2010 at 2:09