|
Posted by Hilary Cotter on October 16, 2005, 9:17 pm
Please log in for more thread options
I suspect its because the API currently only supports US English , whereas
search.msn.it supports Italian.
--
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
> Hi All, i must use msn api to return only italian result
>
> my parameters array is
>
> $parameters = array(
> 'AppID' => MSN_API_KEY,
> 'Query' => $query,
> 'CultureInfo' => 'en-US',
> 'SafeSearch' => 'Off',
> 'Requests' => array (
> 'SourceRequest' => array (
> 'Source' => 'Web',
> 'Offset' => $offset,
> 'Count' => 50,
> 'ResultFields' => 'All'
> )
> )
> );
>
> but the result is different from search.msn.it
>
> Can anyone help me ?
>
> Thanks, Marco
>
|