Hi Bill, I did change the code a bit and it works for me...;) $request = 'http://boss.yahooapis.com/ysearch/web/v1/'; $query = $_GET["query"]; $appid ...
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...
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...
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...
... 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...
You can def use the api to build a site search. - mobile ________________________________ From: ysearchboss@yahoogroups.com To: ysearchboss@yahoogroups.com ...
For how many queries? And is this dynamic or could a big static dump work? - mobile ________________________________ From: ysearchboss@yahoogroups.com To:...
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...
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...
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...
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...
Just downloaded the mashup framework library and wanted to try some examples. "ex1.py" throws an ImportError: Traceback (most recent call last): File...
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...
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...
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...
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...
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...
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...
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...
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,...
Agreed. This would be the solution for large site restricts and is currently employed for our custom partner api's Thanks ________________________________ ...