I am using the google ajax rest api and I'd like to get local results by prefix. For example: I type in "sta" and I get "starbucks".
I wonder if there is a documented or undocumented wildcard operator that that allows you to find results that start with a string.
I know that Google does have a wildcard operator but it works on a word-by-word basis. Like this: starbucks * => starbucks coffee
Here is a list of Google Search Operators none of which offer the starts-with functionality: http://www.google.com/support/websearch/bin/answer.py?hl=en&answer=13...
Thank you.