This is a diff between 1.1 and 1.2 revisions:

CategoryODS CategoryMarketing CategoryGlossary CategoryWebSite |<code><nowiki>http://host:port/dataspaces/GData/weblog?q=virtuoso</nowiki></code>|will return blog posts containing the word 'virtuoso' in the Atom 1.0 feed format.||<code><nowiki>http://host:port/dataspaces/GData/weblog?q=virtuoso&alt=rss</nowiki></code>|will return blog posts containing the word 'virtuoso' in the RSS 2.0 feed format.||*Example URL*|*Effect*| * *output-format*: 'atom' or 'rss', which kind of feed format to be returned. if not given, ATOM is the default. * *text-query*: a string containing a words to be matched in the application's searchable content%BR%|<code><nowiki>http://host:port/dataspaces/GData/weblog/-/tag1|tag2</nowiki></code>|will search weblog posts having tags 'tag1' or 'tag2'||<code><nowiki>http://host:port/dataspaces/GData/-/tag1|tag2</nowiki></code>|will search all ODS application data having tags 'tag1' or 'tag2'||<code><nowiki>http://host:port/dataspaces/GData/-/tag1/tag2</nowiki></code>|will search all ODS application data having tags 'tag1' and 'tag2'||*Example URL*|*Effect*| * *tag-expression*: tags connected with '|' (OR) or '/' (AND)%BR%|<code><nowiki>http://host:port/dataspaces/GData/weblog,feeds?q=virtuoso</nowiki></code>|will search weblog and feed subscriptions data spaces content matching pattern: 'virtuoso.'||<code><nowiki>http://host:port/dataspaces/GData/weblog?q=virtuoso</nowiki></code>|will search weblog data space for content matching pattern: 'virtuoso' ||<code><nowiki>http://host:port/dataspaces/GData?q=virtuoso</nowiki></code>|will search across ODS for content matching pattern: 'virtuoso' ||*Example URL*|*Effect*| * *app-realm*: a comma-separated list of application names for searching, for example 'weblog', 'wiki' etc. This specifies the application type but does not scope the search to any single wiki or blog. If not specified the search will be over all ODShttp://host:port/dataspaces/GData/[<app-realm>[,<app-realm>]]/[-/<tag-expression>]?q=<text-query>&alt=<output-format>
>/verbatim>
>verbatim>
[[GData]] services, like all Web services, are exposed via invocation endpoints. The ODS endpoints formats are as follows:---+++ Search Service EndpointsVirtuoso's support for the [[GData]] protocol is exposed at a higher application user lever via the ODS suite of applications. This isn't the only entry point for using GData with Virtuoso; it is simply the interface level closest to the typical user.---++ ODS GData Service%META:TOPICPARENT{name="Ods"}%%VOSWARNING%