Hi,
Not an extensive yql user, but have been using the search.spelling for a while quite happily. Now wanted to implement it in a different project and realised that it's no longer working on my old project. Checked the console, and it's not working there either with this result
[code]
<?xml version="1.0" encoding="UTF-8"?>
<query xmlns:yahoo="http://www.yahooapis.com/v1/base.rng"
yahoo:count="0" yahoo:created="2011-10-05T08:59:17Z" yahoo:lang="en-US">
<diagnostics>
<publiclyCallable>true</publiclyCallable>
<url error="Connect Failure" execution-start-time="1"
execution-stop-time="33" execution-time="32"><![CDATA[http://boss.yahooapis.com/ysearch/spelling/v1/madnna?format=xml]]></url>
<user-time>33</user-time>
<service-time>32</service-time>
<build-version>21978</build-version>
</diagnostics>
[/code]
<results/>
</query>
Is yahoo tinkering with this? Seems that boss doesn't work? Am I doing anything wrong?
Thanks for any pointers