View Single Post
Posts: 434 | Thanked: 245 times | Joined on Jan 2010
#181
Originally Posted by AgogData View Post
google version in this widget is different from when you open microB and type google.com, can i edit the TouchSearch so i can see the full google page when i search ?
Yes you can, if you edit file Google.search in home/opt/touchsearch/search_engines/Google.

Just replace
Code:
url = http://www.google.%(lang)s/custom?hl=en&client=pub-2014082016242195&cof=FORID:13%%3BAH:left%%3BCX:TouchSearch%%3BL:http://www.gstatic.com/m/images/logo_large_noshade.gif%%3BLH:53%%3BLP:1%%3BKMBOC:%%23336699%%3B&cx=003942025946635967052:ezj9nrxdp_o&adkw=AELymgVBxh1Gx1MjFcrGcJ_WC8vXM4CfpuUUnNdPh2HRpDeibmqxBLPvAJyoL-Mqvm0t9f1Wi5csTfyn6SJa6H0603e4RpfWkugh2dROb8Hk3fpWzF8lPfw&channel=9109547851&ei=cMEgTdibDMOblgenm6G7Cw&q=%(query)s
with
Code:
url = http://www.google.%(lang)s/search?&sclient=psy&site=&source=hp&q=%(query)s&btnG=Search
 

The Following User Says Thank You to kolos For This Useful Post: