Hello, I did the following based on documentation at [1]<http://developer.yahoo.com/search/web/V1/webSearch.html> results_node = axiom_node_create (env); results_element = axiom_element_create (env, root_node, "results", NULL, &results_node); axiom_element_set_text (results_element, env, "2", results_node);
I get an error : "Builder done with pulling. Cannot pull any more". 1) What does this mean? 2) How should I limit the results? Regards, Yuva [1] http://developer.yahoo.com/search/web/V1/webSearch.html
