Raghuveersingh / google-ajax-apis

Automatically exported from code.google.com/p/google-ajax-apis
0 stars 0 forks source link

"html" key not returned #600

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
http://code.google.com/apis/patentsearch/v1/jsondevguide.html

On the JSON Developer's Guide, the "Results array: guaranteed fields" section 
has some inaccuracies. On a minor note, the "cursor" and "results[]" keys 
appear in this section when they shouldn't (they appear in the section above 
and are duplicately listed here). 

More importantly, the "html" key listed in this section does not appear at all 
in any results. 

The results elements I get have these keys:
0: url
1: title
2: titleNoFormatting
3: patentStatus
4: GsearchResultClass
5: content
6: applicationDate
7: assignee
8: tbUrl
9: patentNumber
10: unescapedUrl

The sample JSON data on the documentation page verifies this. It is my 
understanding the "html" key contains the contents of the patent, so you can 
understand why this is important. The documentation goes so far as to say "We 
expect that this is the primary property that applications will use."

Is the document incorrect in listing this key at all, or is the API not 
functioning correctly?

Original issue reported on code.google.com by ja...@jaredcrawford.org on 1 Jul 2011 at 12:14

GoogleCodeExporter commented 9 years ago
I apologize, I should included Google Patents API in the title of this Issue.

Original comment by ja...@jaredcrawford.org on 1 Jul 2011 at 12:21