The official Yii project site now supports OpenSearch. This means you can customize your browser's search box to enable direct search of the content in yiiframework.com. For example, by entering a Yii class name in the browser's search box, the corresponding class API page will be shown in the browser.
Below we explain how to customize your browser to enable this nice feature.
Add "Yii API Search" and Add "Yii Site Search".Your FireFox browser is now equipped with Yii search. If you enter a keyword (e.g. CController) in its search box, the corresponding Yii search result page will be displayed.
Add Search Providers and choose Yii API Search and/or Yii Site Search.Your Internet Explorer is now equipped with Yii search. If you enter a keyword (e.g. CController) in its search box, the corresponding Yii search result page will be displayed.
You don't need to do anything. To do a Yii search, you do the following steps:
yiiframework.com in the browser URL address field and press TAB or SPACE key to toggle Yii API Search.yii. searching will be able as {keyword}<TAB>{query}This requires more work than the above.
create search.yii to the keyword field and save.Suggest Protocol=JSON
Suggest URL=http://www.yiiframework.com/api/suggest/?q={SearchTerm}&json=1
Now restart Opera and try typing yii ca in your address bar.
Tools > Maxthon Setup CenterSearchAdd itemTitle: `Yii API Search` Alias: `yii` URL: http://yiiframework.com/search/?type=api-suggest&q=%s
yii<SPACE>query. There is no autosuggest ability in Maxthon.
Total 1 comment
I will only add to interested people that detailed information as long as perfectly written documentation on how to implement OpenSearch in your own project can be found at OpenSearch official website --> http://www.opensearch.org/Home.
Leave a comment
Please login to leave your comment.