Categories: Indexing and Results :

How to make the result page show only images result

Showing 1-4 of 4 messages
How to make the result page show only images result snowbol 5/18/12 6:07 AM Hi, I've made a search page for images, and made a custom search engine that should search images too. Can anybody help me to tweak the code so that when I search for cars for example, I will get in the result page only images of cars and not the web
Re: How to make the result page show only images result omr 5/18/12 6:19 AM Try this:   customSearchOptions['disableWebSearch'] = true; -- omr
Re: How to make the result page show only images result snowbol 5/19/12 2:14 AM Again, OMR to the rescue! Thank you so much buddy!
Re: How to make the result page show only images result omr 5/19/12 5:15 AM The disableWebSearch option is documented in the "opt_options" subsection of the "Custom Search Control Object" section on this page: https://developers.google.com/custom-search/docs/js/cselement-reference#cse-el -- omr