Questions tagged [google-ajax-search-api]

6 questions
4
votes
2 answers

ImportError: No module named defaults

I am using django 1.9 version and I wanted to implement ajax search in my application. In the documentation it is says to add the urls to the root url patterns. url(r'^ajax_search/',include('ajax_search.urls')),` Then I am getting an import error…
Swathi Pantala
  • 335
  • 1
  • 6
  • 13
2
votes
1 answer

google ajax-search-api call "quota exceeded" on google app engine

i tried to use the custom search api ( http://code.google.com/intl/de-DE/apis/websearch/docs ) with java. it works perfectly on eclipse on my local machine. when i try to do the same from google app engine the reply is: {"responseData": null,…
dayscott
  • 457
  • 1
  • 6
  • 17
2
votes
1 answer

google ajax search with jQuery - $.getJSON(). there is any response

i'm trying to make my image search with google ajax search i'm using jQuery. so below my code $.getJSON('http://ajax.googleapis.com/ajax/services/search/images?v=1.0&q=hello', function(data) { console.log(data); }); the console printed NULL and…
Dae KIM
  • 793
  • 7
  • 17
1
vote
0 answers

Join three different forms into one and get result in wordpress

I am a newbie on WordPress, hope someone helps me. My question is that, I have three different plugins, ajax search pro, Geo my wp, and woocommerce booking filter and I have to merge these three plugins into one as shown in the image. so the…
0
votes
1 answer

Select value which comes from database (live search)

I have a script which is working perfectly but i am not enable to select a value and place it in text field. function showResult(str) { if (str.length==0) { document.getElementById("livesearch").innerHTML=""; …
0
votes
1 answer

google map local search, how to search address, local from a specific country only?

I am using Google map local search API and I'm trying to search and get result from a specific country only. Wonder If anyone have experience about this.
StoneHeart
  • 15,790
  • 32
  • 67
  • 84