Hi guys,
How can I restrict the query in the newShow by searching an EXACT
phrase (for instance "USC football" and not USC and/or football) the
same way we do on Google search?
Do you know if it is possible to exclude some words as well?
Thanks,
Fred
function onLoad() {
// Set the queries to USC Football and NHL
var options = {
"queryList" : [
{
"title" : "Great Football",
"q" : "USC Football"
},
{
"q" : "NHL"
}
]
}
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---