Hello Daniel Just so that I understand this correctly, are you referring to the 5 people shown in the first slot when making a search from http://people....
I am trying to make a news query but the 'OR'/'|' operator is not working, its simply not returning any results. Has anyone had any luck with this? Or is this...
Hey Rahul, My problem was slightly different. I was trying to run just an OR query e.g. q=(("foo and lame")OR("bar and lame)) But specifically on News rather...
Hi, I have signed up for the yahoo boss API and just need to know how to get these feeds working http://yboss.yahooapis.com/ysearch/news?q={keywords} Kindly...
Rahul, It seems to only show results based on the second condition, so in this example: q=(("foo and lame")OR("bar and lame)) It would show only results...
Hi All Is it possible to get an image alongside the search result?. For e.g. if a user searches for Ipod, i need to give the image on the left hand side and...
Hi all, I am using Yahoo BOSS to implement my own search engine. However, my purpose is to display including Chinese or Japanese characters. I have seen that...
Hi Yes you can get images alongside your web search as well. Here is a sample query you can make /ysearch/web,images?q=dvd&format=json&count=1 Check out...
Hi Doan Have you set the character encoding to "UTF-8" in your InputStreamReader on the HTTP response? "UTF-8" supports Asian characters so you should be able...
Hi Dheeraj, I recommend you start from the documentation http://developer.yahoo.com/search/boss/boss_api_guide/ . There are code samples available in various...
Hi Rahul, I had a look at everything. Just can't get a hold. Most other APIs that I am using on infonary.com (on the search results) have a simple xml output...
Hi, In google or yahoo search page, if you search something, there's a section of "xxx related searches" and it gives a set of possible alternative search...
Hi Dhiraj Yahoo unfortunately does not offer a free news search service any longer. BOSS is meant to be a replacement for the free service and will provide you...
Hi Abhiram Yes you are right. We don't allow for specific image details to be pulled in through BOSS. BOSS is a search API and legal rights preclude us from...
Works fine for me. Are you sure this has nothing to do with your cookies/internet connection? What kind of error are you getting? Have you tried logging out...
Hi Rahul This is my scenario 1) A user enters my site and searches for "ipod" 2) I need to give him a result with an image on left hand side and details like...
Hi all, is it possible to get Top Yahoo News (Latest 10) using different markets? Without using a query keyword, I want just latest news in a region/market....
Hi Rahul Thanks for the reply. This is not a feasible idea. I might end up pulling a wrong image if there are more than one image on the page. Also, the...