Hello DJ We currently do not allow for ORing of markets. Just to be clear when searching for Spanish phrases in the default US version, we will include those...
3667
paraschopra87
Aug 1, 2011 7:41 pm
Hi, I started using Yahoo Boss V2 and I am getting very few query results as compared to the results I used to get for Yahoo Boss V1. My search query is: ...
3668
afrooorg
Aug 1, 2011 9:28 pm
Hey Community, we're successfully using the yBOSS search api for 2 years. the search engine gives donations to a social project each time a user use the search...
3669
Rahul Hampole
rahul_hampole
Aug 1, 2011 10:44 pm
Hi, I would do something like this curl_setopt($ch, CURLOPT_HEADER, 0); // Turn output header off since this will mangle the output XML curl_setopt($ch,...
3670
Rahul Hampole
rahul_hampole
Aug 1, 2011 10:50 pm
I am not sure how you are comparing this but one reason for fewer results might be the lack of braces on OR queries. I would make this call with something like...
3671
paraschopra87
Aug 2, 2011 4:19 am
Hi Rahul, I want only those results which contain the key words "case study", "steve jobs" OR "apple macbook" OR "apple iphone". This is the reason why i used...
3672
Keesjan Deelstra
keesjandeelstra
Aug 2, 2011 8:01 am
Rahoul, please respond. Why is the billing on a daily base? I need to set it on monthley. Every day a few dollarcents (we are in test) with separate invoices...
3673
wyerarch78
Aug 2, 2011 12:28 pm
I have been happily working with BOSS V1 since November in an application I wrote back then. In the last week I have noticed that any request I send to BOSS...
3674
Anshu Prateek
anshuprateek...
Aug 2, 2011 12:51 pm
hi, Boss v1 is now deprecated and no longer available. Only BOSS V2 is now available. regards Anshu Prateek...
3675
wyerarch78
Aug 2, 2011 12:57 pm
Anshu, Thank you for your reply, is the reason for the 999 errors then? Regards, James....
3676
Anshu Prateek
anshuprateek...
Aug 2, 2011 1:04 pm
for Boss v1, I guess so. regards Anshu Prateek...
3677
Andre
mr_lessa
Aug 2, 2011 2:18 pm
After a lot of digging around I was able to create a call to the https://api.login.yahoo.com/oauth/v2/get_request_token API and retrieve the oauth_token,...
3678
Andre
mr_lessa
Aug 2, 2011 3:14 pm
I'm still poking around with the query URL format and I noticed the following HTTP response when I set the signature method to PLAINTEXT. HTTP/1.1 401...
3679
Rahul Hampole
rahul_hampole
Aug 2, 2011 4:08 pm
Hi Andre, Yes we only support HMAC-SHA1. Is there a specific reason you are looking to use plaintext? Also, please do *not* share your key in the public forum....
3680
Rahul Hampole
rahul_hampole
Aug 2, 2011 4:11 pm
Hello Keesjan, If you are getting billed only a few dollars every day then please open a support form ticket and our team will take a look at your case. You...
3681
Andre
mr_lessa
Aug 2, 2011 4:23 pm
Hi Rahul, Thanks for the feedback. That's exactly what I suspected. The reason I was hoping to use PLAINTEXT is simply because I'm using a custom...
3682
afrooorg
Aug 2, 2011 8:17 pm
Dear Rahul, thank you very much for your fast response. your suggestion helps me to fix the problem, although the job was not done with the change of the...
3683
ferry2fairy
Aug 3, 2011 6:35 am
Is there any plan to roll out inlinks feature in boss v2 like v1?...
3684
Andy Zain
reikikoe
Aug 3, 2011 7:40 am
Hi :) Thanks:) What happens if 100 concurrent users issue 100 different queries to Yahoo Boss from a single site/ip address? It's 100 different query results ,...
3685
Rahul Hampole
rahul_hampole
Aug 3, 2011 4:09 pm
Hello Andy, Since the BOSS system is not aware of your users behavior, that simply looks to us as 100 different queries and we treat it accordingly. Regards, ...
3686
Sven Hartrumpf
s_hartrumpf
Aug 4, 2011 3:20 pm
This posting might be relevant for some users on this list: ...
3687
Rahul Hampole
rahul_hampole
Aug 4, 2011 5:43 pm
Hello All, This morning we announced the addition of a completely new service to Yahoo! Search BOSS. Please take a minute read through the Blog posting to...
3688
Sven Hartrumpf
s_hartrumpf
Aug 4, 2011 8:18 pm
... Has anybody an idea when this change will affect BOSS results?...
3689
Rahul Hampole
rahul_hampole
Aug 4, 2011 10:21 pm
Hello All, Today Yahoo! announced the transition of Algo search results in France, Germany, India, Italy, Spain, UK to Microsoft. ...
3692
Nigel
morvornagh
Aug 6, 2011 5:53 pm
I have a question regarding the encoding for authentication in a migration from Boss v1 to v2. I would like to include my new OAuth authentication credentials...
3693
Anshu Prateek
anshuprateek...
Aug 7, 2011 3:16 am
nope, OAuth doesn't work like that. If you are using PHP, here is a quick easy primer to get you started: ...
3694
j.jlopez
Aug 7, 2011 7:37 pm
Hi all, not sure why im getting this error lately. So far i cant get more than 1000 results for my searches. any help is well appreciate. is this something...
3695
paymon_a@...
paymon_a
Aug 7, 2011 8:44 pm
Hi Juan, The 1000 search result is the set limit. You can not exceed this number, the error message is an appropriate one, Hope this helps. BOSS Team Sent from...
3696
Rahul Hampole
rahul_hampole
Aug 8, 2011 3:01 am
Hi, I have not used Scribe but we have a code sample available in Signpost here...
3697
j.jlopez
Aug 8, 2011 4:31 pm
thanks. so the approach to paginate results using start parameter will have only 1000 results even for a very general "iphone" query? is there another approach...