Looking for item manually in browser
Right click at target element and choose 'Inspect'
Copy "name" property of target element in the inspect window
Update robot code
*** Settings ***
Library Selenium2Library
*** Test cases ***
Search by keywords
Open browser http://www.google.com chrome
Input text name=q thailand
Execute code and see result
Input should be filled automatically