How do I begin implementing the Yahoo BOSS technology into my site....
2496
Yogish Baliga
yogishb
Feb 11, 2010 5:07 pm
Do you mean to say that you want to include the search results from BOSS into your site?...
2497
haqker
Feb 11, 2010 5:14 pm
I would like to include search results from BOSS into my site, yes correct. I currently have a search box and am using Google's custom search engine. I want to...
2498
Yogish Baliga
yogishb
Feb 11, 2010 5:23 pm
Currently Yahoo! BOSS don¹t have the HTML results to be embedded into the result page. If your website runs on PHP, this is a trivial task to do so. If you...
2499
Ted Drake
t_drake_net
Feb 11, 2010 5:25 pm
I haven't used the google custom search engine, but from what I understand, it is a one-size fits all approach. You make a few adjustments on their admin...
2500
BOSS User Group Suppo...
sboss64
Feb 11, 2010 6:04 pm
Hello ChrischiK, BOSS currently has support for spelling suggestions with these 8 languages: German UK English US English Spanish French Italian Japanese ...
2501
derekthejew@...
derekthejew...
Feb 11, 2010 6:45 pm
So I just want it to pull stuff from www.examplesite.com/categoryA and www.examplesite.com/categoryB but not from www.examplesite.com/categoryC and...
2502
BOSS User Group Suppo...
sboss64
Feb 11, 2010 6:53 pm
Hello Jonathan, I personally would not be able to give you working example code for using BOSS, but regardless I can get you very close to being able to do it...
2503
Ted Drake
t_drake_net
Feb 11, 2010 6:57 pm
The sites attribute lets you define domains to search. So this "sites=www.examplesite.com/categoryA,www.examplesite.com/categoryB" is the same as...
2504
derekthejew@...
derekthejew...
Feb 11, 2010 7:26 pm
i can't your inurl solution to work, it does an AND instead of an OR so I only end up getting stuff back that has both "category A AND category B" in the url...
2505
derekthejew@...
derekthejew...
Feb 11, 2010 8:47 pm
so this is what my search looks like ...
2506
derekthejew@...
derekthejew...
Feb 11, 2010 9:07 pm
Ok so from what I can tell using +site:trendhunter.com/trends will only give me results i want but I can't seem to get it to work in conjunction with...
The inurl filter is common to all search engines. It's telling the search engine to show results that have a string in the url. It makes sense that it would...
2509
thinkloop
Feb 12, 2010 2:29 am
Hello, The site I am working on uses the count of search results (i.e. 1.6 million hits for the term "hello") but not the results themselves. If I display 10...
2510
christian.kroll83
christian.kr...
Feb 12, 2010 1:38 pm
Thanks Jay :o)...
2511
BOSS User Group Suppo...
sboss64
Feb 12, 2010 7:04 pm
Hello hanjialong1, The below query works fine for me, if I only modify it to include my own APP ID. Are you still having this issue? If you are: * What is the...
2512
BOSS User Group Suppo...
sboss64
Feb 12, 2010 7:32 pm
Hello Baz, Please see comments below... ... So luckily this is as simple as just specifying "count=0" within your BOSS /web/ query, such as: ...
2513
Baz
thinkloop
Feb 12, 2010 8:10 pm
Thanks for the count=0 suggestion Jay, I have a feeling batch requests aren't possible either. Baz...
2514
Ted Drake
t_drake_net
Feb 12, 2010 11:20 pm
You can do batch processing in YQL. http://developer.yahoo.com/yql. I don't have the example in front of me, but I saw a demo where several requests were made...
2515
Baz
thinkloop
Feb 12, 2010 11:33 pm
Woah! How cool is that! The console is fantastic too, I don't know how all of this slipped under my radar, thanks! If I get what I need done, I'll post my...
2516
Ted Drake
t_drake_net
Feb 12, 2010 11:48 pm
YQL uses boss, so you can do much of what you'd do with plain boss. However, some of the parameters are slightly different. From: ysearchboss@yahoogroups.com...
2517
Baz
thinkloop
Feb 13, 2010 12:29 am
Hmm, when I use boss directly part of the packet I get back has totalhots: <resultset_web count="0" start="0" totalhits="4803" deephits="4810"> However using...
2518
drawdegnaw
Feb 13, 2010 6:17 am
This is awesome, I'm 20 minutes into Yahoo API and I've learned alot. A quick question though, searching for ...
2519
jason_brook@...
jason_brook...
Feb 13, 2010 7:06 pm
I want to be able to echo the number of results found for image and web search how can i go about doing this. I'm using PHP i have the whole thing working...
2520
lironeizenman
Feb 14, 2010 8:25 am
Hi, I'm using the news api to retrieve news from specific sources and I found (what I believe is) a bug. I'm looking for news on topic 'CNN' from the...
2521
Jacob B
jacobbbc
Feb 15, 2010 10:13 am
Hello, Thank you for your interest. I am a yahoo boss developer and I can help you to integrate BOSS services to your website. Please let me know the features...
2522
balancedsearch
Feb 15, 2010 7:36 pm
If you are getting your results in json format, just look for the right variable in the array after your json_decode. Here is a snippet from my PHP site for...
2523
balancedsearch
Feb 15, 2010 7:47 pm
I prefer to get results in json format, just because of the ease you ask about. Note the "format" variable in the BOSS request URL for "test": ...
2524
Rabia
rnuray
Feb 15, 2010 10:42 pm
Hi, Currently, that is not supported with BOSS. http://developer.yahoo.net/forum/index.php?showtopic=826&hl=count However, one can collect that information...