I want to create a cse that will search the entire internet and
exclude one site (like searching on google for "xxx -site:yyy.com").
My best guess at it would be a linked cse with the xml below, but it
doesn't seem to be working. Is what I'm trying to do possible?
<?xml version="1.0" encoding="UTF-8" ?>
<GoogleCustomizations>
<CustomSearchEngine>
<Title></Title>
<Context>
<BackgroundLabels>
<Label name="label1" mode="FILTER" />
</BackgroundLabels>
<Facet>
<FacetItem title="filter1">
<Label name="label1" mode="ELIMINATE">
<IgnoreBackgroundLabels>true</IgnoreBackgroundLabels>
</Label>
</FacetItem>
</Facet>
</Context>
</CustomSearchEngine>
<Annotations>
<Annotation about="www.google.com/*">
<Label name="label1" />
</Annotation>
</Annotations>
</GoogleCustomizations>
--
You received this message because you are subscribed to the Google Groups
"Google AJAX APIs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-ajax-search-api?hl=en.