Hi Matt,
Internet Explorer’s search implementation supports both JSON and XML formatted suggestions:
http://msdn.microsoft.com/en-us/library/cc848862(VS.85).aspx#dev_searchsuggestion
The JSON format they use is the same standard you are referring to.
All of their richer examples (thumbnails and the like) use the XML format, which they defined themselves:
http://msdn.microsoft.com/en-us/library/cc891508(v=VS.85).aspx
It’s not a direct answer to your question – I’m not qualified enough to give one – but it indicates to me that IE as a client does not expect the JSON formatted suggestions to contain any more information that is defined in the original spec.
Hope that helps.
-- Tatham
--
You received this message because you are subscribed to the Google Groups "OpenSearch" group.
To view this discussion on the web visit https://groups.google.com/d/msg/opensearch/-/I9IaMJTctI4J.
To post to this group, send email to opens...@googlegroups.com.
To unsubscribe from this group, send email to opensearch+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/opensearch?hl=en.