Google offers a search feature you can embed into your web page as the search feature for your page, I want to use it for an e-commerce site. but I want to be able to show pictures of the products in the results if they search for a product. Has anyone ever used Google site search? Is there a way to do that?
Share
I did this with mnogosearch. The trick there was to get the search results as XML and then build the HTML server-side from the results (inserting the image links). You could do something similar with Googles results HTML either server-side or client-side Javascript DOM traversal).