Google search results via XML not iframe

I am looking for a Google search module that uses the 'custom search API so that I can pull results and topics on my page.

I know about google_cse module . But this module does not allow you to customize the appearance of the results because it does it through an iframe. What I'm looking for is more like what you see when you go to the user search API page. You can see that with this API you can pull out the server-side result server and do what you need.

I was looking for a watch with no luck. If it does not exist, I am ready to create a module, but I do not want to duplicate the efforts. Does anyone know if such a module comes out?

Update:


Someone already wrote a patch for the google_cse module, which uses XML instead of iframe as the third option.

http://drupal.org/node/348311

It also appears that the search results may be thematic, but from the google custom search dashboard at http://code.google.com/apis/customsearch/docs/ui.html#results . However, changes that are possible using this route are limited.

Google offers the ability to download search results via XML . And, obviously, this will lead to more control over the contents of the result, as indicated below by @Mark Trapp

+3
source share
1 answer

( , ) , Drupal.org - HTML/JavaScript (, iframe), . , , , Drupal API- , , .

- , , , API, ( , Google CSE ).

, Drupal , 3 ( -) , . , - , , , Apache Solr Views ( Apache Solr Extendr ( Views Flickr), , - Google CSE Views.

+1

Source: https://habr.com/ru/post/1760199/


All Articles