opensearch namespace is used for atom output. curl http://localhost:8080/rest/people/john.doe/@friends?format=atom <feed xmlns="http://www.w3.org/2005/Atom" xmlns:osearch=" http://a9.com/-/spec/opensearch/1.1"> <entry> .... <osearch:startIndex>0</osearch:startIndex> <osearch:totalResults>3</osearch:totalResults> <osearch:itemsPerPage>3</osearch:itemsPerPage> .... </feed>
On Fri, May 14, 2010 at 5:15 PM, Han Nguyen <[email protected]> wrote: > Hi, > At a quick glance, the string "http://a9.com/-/spec/opensearch/1.1" looks > like one of the namespaces used in the XStream081Configuration.java class. > But does anyone know exactly how the string is used in Shindig? > Is it used to invoke any search? and if so then where does it search and > how Shindig consumes the search results? > Thanks much! > Han
