Tagged Questions
The google-cse tag has no wiki summary.
4
votes
5answers
7k views
How can I set a custom width on my Google search iframe?
I am trying to use google search for my site:
http://www.houseofhawkins.com/search.php
It is not playing nice with some screen resolutions. Here is the code given from google:
<div ...
3
votes
2answers
267 views
How to use Google Custom Search on https to avoid non secure content prompt?
Is there a way to get the script for search results from an HTTPS site
instead of http://www.google.com/afsonline/show_afs_search.js
I am using the custom google business search on a HTTPS site.
When ...
3
votes
2answers
2k views
Pass variable to Google Custom Search Engine
Is it possible to pass a search variable into the Google Custom Search Engine that I have embedded on my website? I can get the search engine to work, but I can't pass it a term via POST (it's coming ...
2
votes
1answer
370 views
Google CSE - multiple search forms on the same page
i'm aiming to put 2 search forms on the same wordpress page. i'm using the iframe form code and have already sorted out how to direct that to a search element.
but the form includes the following ...
2
votes
1answer
575 views
C# wrapper or samples for Google Site Search
Anybody seen any c# code examples for using Google site search to send a request to the Google search api and return the results in xml?
2
votes
3answers
912 views
How to show next/previous links in Google Custom Search Engine paging links
The Google Custom Search integration only includes numbered page links and I cannot find a way to include Next/Previous links like on a normal Google search. CSE used to include these links with their ...
2
votes
5answers
9k views
How can I add an integrated Google search to my website?
Basically I have a website. I have a properly setup sitemap so I assume Google knows about all of my pages. And I've seen on some sites, the search form leads to a page with the shell of the ...
2
votes
4answers
2k views
Best way to implement Google Custom Search on an aspx page
Google custom search code is provided as a form tag. However, Asp.net only allows a single form tag on a page. What is the best way to implement their code so you can include it on an aspx page (say ...
1
vote
1answer
24 views
Google custom search: index private documents
I'm looking for a solution to index with Google Custom Search some docs (PDF and DOC) which should be private (not visible by public).
Is there any solution to achieve this?
Thanks a lot!
1
vote
0answers
63 views
Number of results from CSE do not match google total results number
In Google Custom Search Engine if I make a search like this:
https://www.googleapis.com/customsearch/v1?key={$apikey}&q=####KEYWORD#####&cref={$cref}&alt=json
with my $apikey and my ...
1
vote
3answers
564 views
How to load Google's Custom-search-engine(CSE) JS APIs after page loads?
I am using Google Custom Search Engine with their new auto-completion feature. I want this whole javascript to be loaded AFTER the page itself is loaded. The original Google code is this:
<script ...
1
vote
1answer
264 views
Google Custom Search API adding annotations programmatically through php via cURL
I'm trying to add annotations (sites to search) to my google custom search engine programmatically by POSTing xml using php and cURL. According to their developer documentation, all I need to do is:
...
1
vote
2answers
90 views
Advantages of hosted search engines
I've been looking into hosted search solutions such as Indextank and Google CSE. This is my first time to integrate one into my website. The only advantage I can think of in using one is decreased ...
1
vote
0answers
258 views
It's legal to remove Google CSE javascript code? [closed]
The code snippet that Google gives to use CSE (Custom Search Engine), is something like this:
<div class="cse-branding-right" style="background-color:#FFFFFF;color:#000000">
<div ...
1
vote
1answer
37 views
looking for search engine service for drupal that wont include my data to public index
i tried drupal core search and its kinda disappointing, i used many moudles to improve it but its not good enough, and i dont wana install apachesolr , is there a search engine api / service (even ...
1
vote
3answers
427 views
How can I search the entire web from Google Custom Search?
Can I search in the web with Google Custom Search? Because in http://www.google.com/cse, I must enter a site url in "Sites to search"; And I haven't any url! because the Internet hasn't any URL! (I ...
1
vote
0answers
146 views
google cse- rendering search results
I'm using Google CSE on my website and I want to have the search results display differently than the standard method. I've found this:
http://code.google.com/apis/customsearch/docs/snippets.html
...
1
vote
0answers
129 views
Google CSE - Hide Refinements for google stored CSE
I have three websites using Google CSE. On two of the sites, I want the search refinements tab to show up. On the third site, I want to hide the refinements tab.
The overall search results appear ...
1
vote
2answers
1k views
Google CSE: Display result count
I've implemented Google site search / Custom search for my website and it is all working and results are formatted and paging fine. But it never returns a count of how many results it found like it ...
1
vote
1answer
746 views
Google Search CSE open in same page - AJAX / iframe overlay
I've got the google cse on my site to display results in the right place but when i click on them it opens in a new page, i want it to open in the same page but can't figure it out.
All the files are ...
1
vote
5answers
238 views
What is the practical purpose of XML, that MySQL does not have?
I am interested in XML. I know it from Google's CSE.
It is often a pain for me to manipulate 3000-rows XML files.
This raises a question.
Why does Google use XML, not MySQL, such that I need to ...
1
vote
2answers
554 views
Sandboxing Google Custom Search Engine's Styles
I'm trying to incorporate Google CSE into my web site. The search works fine. I'm using Nijhof's ASP.NET Google CSE search control on a page in a site using a Master Page. The problem is Google's ...
0
votes
0answers
7 views
Google CSE multiple search bar issue
I am using the two page look and feel, i.e. Search bar on one page, results on another.
I have one search bar in my header, when I search for something it takes me to a new page for the results to be ...
0
votes
0answers
6 views
Google CSE multiple CSS for full control
Is it possible for me to FULLY customise Google CSE myself? Using CSS, I want to refine the way it looks, not just using their online CSS editor. I understand paying $100 a year will give me better ...
0
votes
0answers
28 views
Drupal Google CSE module to display results in another block
I have installed the Google CSE module for Drupal 7. The module works fine, however I would like it to display the results in another block. The search box is in the header block, however, I want ...
0
votes
0answers
26 views
Google CustomSearchControl showing inconsistent pagination links
When using CustomSearchControl the number of result pages vary depending on which page you are viewing. For example, go to this site and search for: car
On the first result page, it will show links ...
0
votes
1answer
174 views
javascript / jquery - google custom search api - functions triggering twice
I'm using the code from the google search API along with my own jquery function to do a simple log to the console, and I noticed the jquery functions are being triggered twice. In addition, javascript ...
0
votes
1answer
35 views
Google CSE multiple redefinements
I'm using Google CSE and would like to use multiple redefinements in a query, e.g. q=search+term+more:redefinement1+more:redefinement2, however I can't seem to find this in the documentation. I know ...
0
votes
0answers
42 views
How I can make Google search page like AOL has?
AOL has http://search.aol.com/ which is entirely copy of google.com search, including grouping of same-host results, mistake correction, images results row, left sitebar and tonnes of other small ...
0
votes
0answers
74 views
Can one cx or cref ID be used to call Google custom search across multiple API keys?
I'm investigating the Google custom search API and I'm a bit confused about how to go about it.
I've been scraping google.com?q=my+search+phrase in my app and it works great. However, I want to use ...
0
votes
1answer
76 views
How to integrate google cse in drupal6?
I am new to drupal and I want to replace the search provided by drupal core with custom google search. How can I inteagrate google cse in drupal6?
0
votes
1answer
153 views
Google custom search problem from phonegap
I'm trying to create a PhoneGap application that in part, makes available a custom search engine. I've followed the instructions at Google and created the following HTML file that works fine in a ...
0
votes
2answers
687 views
Google Custom Search API PHP curl Post XML HTTP 411 error
I have tried several different methods of sending a POST request with my xml to add an annotation to my google custom search. Each different method that I've tried has resulted in a HTTP 411 error ...
0
votes
0answers
70 views
missing “/” character in google custom search autocomplete keywords
I have setup a Google CSE with Autocompletes but if I enter in a keyword(s) with a "/" character it will not show up in the returned auto-complete responses from Google as you are typing in the ...
0
votes
0answers
9 views
Integrating CSE in WP child theme
How to replace the standard WP search box with the google CSE snippet.
I've the CSE code and want to do this on the child theme, rather than editing the core WP files.
0
votes
0answers
163 views
Google Ajax Search API with Adsense ads
I'd like to create a search engine for my site using the Google Ajax Search API (REST) and deliver Adsense ads on the result page (based on the results). This would limit me to max 64 results, but ...
0
votes
0answers
406 views
get result from google custom search api
i am using google custom search api to create a program and it get query from my database. how to store the result (title and url) in the same database without display them? this is my code.
thank ...
0
votes
2answers
90 views
Can I rely on Google CSE results accuracy compared to google.com?
I have been testing a CSEs accuracy in comparison to google and it seems to fall down when I type in full urls with long query strings. Shorter keyword based and nice url pages are coming through ...
0
votes
1answer
211 views
Can I create a custom [video] search engine?
I tried to use
google custom Search Engine (cse) to search in a specific video sharing websites (like: youtube, Y! video, ... etc). The idea is that a user enters a keyword. then, the results are ...
0
votes
0answers
113 views
Google Custom Search stopped working! To many users?
I have the following problem. I created a google chrome extension which uses google custom search and it worked fine for several month. But since yesterday sometimes it works some times not. Do I ...
0
votes
1answer
626 views
Google CSE Stylesheet
I have created a search engine for my website using Google Webmaster Tools. Now I'd like to customise the format of results given by the CSE. Google offers me to download the CSS file in whole, but ...
0
votes
2answers
401 views
Google Custom Search Engine (cse) page not found in Drupal when using iframe hosting option
I'm using Google's custom search engine in a Drupal site. I am using the iframe hosting option. I get a Page Not Found error. Try it here: http://www.babymed.com/search.
Search for "Pregnancy ...
0
votes
2answers
308 views
Google CSE (Custom Search Engine) - How to determine term user searched for (using jQuery)?
I have a Google CSE embedded using this:
google.load('search', '1', {language : 'en', style : google.loader.themes.SHINY});
google.setOnLoadCallback(function() {
var options = {};
...
0
votes
1answer
361 views
Custom Google Search with 'search web' and search 'my site' radio buttons
I have some experience setting up Google CSEs. I have a request to set up a CSE with an option to 'search the web' or just search the site.
I thought it would be very simple, but iver yet to find an ...
0
votes
2answers
2k views
Google Custom Search Engine (CSE) API
I am trying to integrate a site search feature into a client's site. I've created an test search engine with Google Custom Search, but I can't sort out how to make it work with the following ...
0
votes
2answers
49 views
Removing Uploaded Files from Google when item Expires
We're using the Google CSE (Custom Search Engine) paid service to index content on our website. The site is built of mostly PHP pages that are assembled with include files, but there are some dynamic ...
0
votes
1answer
407 views
Hide refinement tabs in Google CSE?
Is there a way to hide the refinement tab(s) in a Google Custom Search (CSE)?
I'm using the Ajax CSE and I don't want/have refinements. Therefore a single tab is pretty useless and disturbing.
0
votes
1answer
592 views
google search integration
Hi I've a webpage and want to integrate google search into that page.
Can u people guide me how to do that?
Actually i tried with the code given by the google.
like this
<form ...
0
votes
1answer
199 views
How do I change the title and link colors of a Google Custom Search Element?
The situation:
Take a look at this page and search "photo" on both:
http://dev.womenandlogistics.com/testsearchengine.html
The top search engine refreshes the page and displays results with orange ...
-1
votes
0answers
15 views
Encode search query for google custom search engine
I have a page that contains just google CSE engine .
I'm sending search query via querystring to this page .
I'm not outputing the query in my page.
just google CSE code takes it and handles the ...