You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The google_autocomplete() function currently supports en only because the expanded suggestions data are in English (and I don't reliably speak other languages). Extend support for other languages...
Here are some prefixes. I send you two lists: one with accents, and one without. In Spanish people tend to search without accents on desktop and with accents on mobile (because of the auto-dictionary) so feel free to choose.
("quien es *", "qué es *","dónde", "dónde esta *", "cuándo *", "por qué *", "cómo *", "mejor", "barato", "peor", "es", "qué", "cuando", "quién","cuál es","cuánto",)
("quien es *", "que es *","donde", "donde esta *", "cuando *", "por que", "como *", "mejor", "barato", "peor", "es *", "que", "cuando", "quien","cual es","cuanto",)
Please do let me know if I can be of further help :)
Best,
Juan
The text was updated successfully, but these errors were encountered:
The
google_autocomplete()
function currently supportsen
only because the expanded suggestions data are in English (and I don't reliably speak other languages). Extend support for other languages...The text was updated successfully, but these errors were encountered: