Hi Illya,
Thanks for the response. I still can't seem to get it to work. In the link that you provided, the query response looks like:
{
"html_attributions" : [
],
"results" : [
],
"status" : "ZERO_RESULTS"
}
However, this is what I get when I test the response with a value that isn't in the database:
a
For your reference, if the value is in the database, I get the following instead:
Just so you see the full picture, I am triggering the following JS when the page loads:
and then running the following JS once the query is done:
I'm hoping to see "not in database!" when the queried number is not in the database.
Thanks in advance for your help!