search - Google Wildcard Operator (*) -


I am using Google ajax rest api and I want to get local results by prefix. For example: I type in "station" and I get "Starbucks"

I wonder if there is a document or inappropriate windcard operator that allows you to find results which Start with string

I know that Google has a wildcard operator but it works on a word-by-word basis like this: Starbucks * => Starbucks Coffee

Here Google Search Operator There is a list of these, none of these start-in functionality offers: ...

thanks.

What you're searching for for local search is the Google Suggest API. Given that there is no official Google Suggest API, you are unlikely to find a search for local search. However, there are so many products (including Firefox and Google Toolbar) that use Google Suggest, so the methods they use are probably not going away. A quick search for a suggestion API alters many solutions at once to many people. I advise you to pick one that looks like a good fit and tries to work with local search (if it actually changes different results).


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -