nknhat / google-api-for-dotnet

Automatically exported from code.google.com/p/google-api-for-dotnet
0 stars 0 forks source link

Cannot search in google news for greek terms #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try google news search (adding a greek term)
2. Dim results As IList(Of Google.API.Search.INewsResult) =
Google.API.Search.GnewsSearcher.Search("Πληροφορική", 20)

What is the expected output? What do you see instead?
it returns zero results , when it should return results

What version of the product are you using? On what operating system?
0.2 beta , windows xp , vs 2008

Please provide any additional information below.

Original issue reported on code.google.com by Giannkyr...@gmail.com on 17 Nov 2008 at 8:20

GoogleCodeExporter commented 8 years ago
Sorry friend,

I've tried that word. No result.
I've tried a chinese ("北京" beijing) and a japanese ("スポーツ" sport).
The chinese one works but the japanese one failed.
Than I've tried another word ("日本" japan), guess what, I got both chinese 
news and
japanese news. ("日本" means the same in chinese and japanese, they use the 
same
unicode).
And all the content of the news are english.

So, I think google news search api support english news only.

My os is win xp pro chinese version.

You can try this word ("Ελλάδα").

Original comment by iron9li...@gmail.com on 30 Nov 2008 at 11:24