When using custom search control by say:

   var my_cse_id = '012345678909876543210:qwertytrewq';
   var my_cse = new google.search.CustomSearchControl(my_cse_id);

if in addition one wants to programmatically get results of a user query,
using the 
   setSearchCompleteCallback(...)
method, then one needs to get the searcher handle.
By peeking at the properties of my_cse, I found that it is possible
to successfully use:
   var my_searcher = my_cse.getWebSearcher();
But I could not find whether this
   *getWebSearcher*()
is documented, or even actually a part of an official API.
Is it?

-- 
You received this message because you are subscribed to the Google
Groups "Google AJAX APIs" group.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to
[email protected]
To view this message on the web, visit
https://groups.google.com/d/msg/google-ajax-search-api/-/GAy-zMjs8KoJ
For more options, visit this group at
http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en

Reply via email to