I am getting the following error when contacting the BOSS API <?xml version="1.0" encoding="UTF-8"?> <yahoo:error ...
568
Mithun Ashok
mithun5053
Sep 2, 2008 5:38 am
Hi Bill, I did change the code a bit and it works for me...;) $request = 'http://boss.yahooapis.com/ysearch/web/v1/39;; $query = $_GET["query"]; $appid ...
569
amit_aviv
Sep 2, 2008 7:17 am
Hi, Is it possible to filter images by their copyright status? I want to get only images that are free to use. Thanks, Amit....
570
jmusser
Sep 2, 2008 4:56 pm
Hi Vik, Thanks for the advice on this. I think your idea on using refinements of the initial query could be a good next step for us. We'll give this a try and...
571
adeboye olubukola moses
adeboyemoses
Sep 2, 2008 7:41 pm
Hello fellows in the groups, am a complete newbie here. i wanna build a search engine using the BOSS Platform. i realy have knowledge in web development and...
572
dmontal2
Sep 2, 2008 10:58 pm
Howdy, Do you have any experience with programming? Have you tried some of the template code available at:...
573
juergen_developer
juergen_deve...
Sep 3, 2008 9:46 am
Is it ok within the BOSS Terms of Use, to use the BOSS API to add a search function to one's own website if the search results are still shown with the click...
574
endrejofoldi
Sep 3, 2008 2:56 pm
How can I do that? If I understand well Yahoo BOSS does not permit automated queries....
575
poker_dollar_bill
poker_dollar...
Sep 3, 2008 5:58 pm
... I really appreciate the help. I inadvertently placed the {} in my code but removed them and that wasn't the problem but your commenting out the CURL post...
576
Vik Singh
vik_k_singh
Sep 3, 2008 6:30 pm
You can def use the api to build a site search. - mobile ________________________________ From: ysearchboss@yahoogroups.com To: ysearchboss@yahoogroups.com ...
577
Vik Singh
vik_k_singh
Sep 3, 2008 6:30 pm
For how many queries? And is this dynamic or could a big static dump work? - mobile ________________________________ From: ysearchboss@yahoogroups.com To:...
578
redevries
Sep 3, 2008 9:17 pm
Are there any plans, now or in the future, to include the full text of a web page? We've build a classification and entity extraction front-end on op of the...
579
Vik Singh
vik_k_singh
Sep 3, 2008 9:28 pm
Hard to do this self serve bc of legal/copyright but we're looking into possible solutions. Stay tuned. Also, if you want to work with us in a custom deal...
580
neo458
Sep 4, 2008 6:42 am
how stumble upon shows friends reviews in yahoo search results,did they use BOSS for it,any clues will be helpful cheers:)...
581
endrejofoldi
Sep 4, 2008 3:28 pm
Right now its about 3-4 million. It should not be dynamic. I could send the queries, and a static result would be completely satisfactory, if we could refresh...
582
manpreets7
Sep 4, 2008 11:23 pm
What is the syntax for using multiple sites in a single query? It seems to me that "site" and not "sites" is the keyword and it takes only one site as an...
583
manpreets7
Sep 5, 2008 12:01 am
Never mind. Just went through the docs for BOSS. "site" is a keyword usable at search.yahoo.com whereas "sites" is a BOSS API parameter. Thanks....
584
manpreets7
Sep 5, 2008 12:37 am
Just downloaded the mashup framework library and wanted to try some examples. "ex1.py" throws an ImportError: Traceback (most recent call last): File...
585
Vik Singh
vik_k_singh
Sep 5, 2008 12:44 am
If you take a look at the developer documentation (developer.yahoo.com/boss) the args are described there. Your feedback here is appreciated on how to improve...
586
Vik Singh
vik_k_singh
Sep 5, 2008 12:44 am
Check the README - there are deps you have to install. You can also run and deploy instantly on google app engine using an updated framework version (no deps...
587
dermatzeimnetz
Sep 5, 2008 7:46 am
Hello, doing a site-Search without a query returns zero results: http://boss.yahooapis.com/ysearch/web/v1/?appid=...&sites=test.com With some query everything...
588
Vik Singh
vik_k_singh
Sep 5, 2008 7:55 am
That's strange. We're looking into it. Btw, for the query try "site:test.com" and don't provide a sites parameter. Thanks - mobile ...
589
manpreets7
Sep 5, 2008 8:15 am
Both options work. The second one is more useful for me. Thanks. ... updated framework version (no deps and the library is improved) ... ...
590
manpreets7
Sep 5, 2008 8:18 am
Isn't this behaviour consistent with that of the search.yahoo.com page? Searching for "mail site:yahoo.com" returns search results but searching for...
591
pguillard
Sep 5, 2008 3:03 pm
Is there a way to restrict BOSS search results to a LONG set of pre-defined sites? REST API is limited by the browser HTTP GET url max length limit! Phil...
592
Vik Singh
vik_k_singh
Sep 5, 2008 5:16 pm
Not yet sorry ________________________________ From: ysearchboss@yahoogroups.com To: ysearchboss@yahoogroups.com Sent: Fri Sep 05 08:03:52 2008 Subject:...
593
Graham Mudd
graham_mudd
Sep 5, 2008 5:32 pm
BOSS Developers, As you've hopefully heard by now, Yahoo! is hosting Open Hack 2008 next week - Sept 12 & 13. All BOSS developers are invited. The BOSS team...
594
bionicmatch
Sep 7, 2008 6:58 am
Hello all, Recently we have tried to search images using Yahoo BOSS Images API. However, most of the results are coming from flickr domain. Trying to filter it...
595
tcao2k
Sep 8, 2008 1:13 am
It'd be cool if Yahoo allowed predefined search profiles. That way, we don't have put everything into query strings. Having prior knowledge of the profiles,...
596
Vik Singh
vik_k_singh
Sep 8, 2008 1:15 am
Agreed. This would be the solution for large site restricts and is currently employed for our custom partner api's Thanks ________________________________ ...