Revision #2 has been created by Patrice on Nov 17, 2013, 9:01:49 PM with the memo:
Typo correction
« previous (#1) next (#3) »
Changes
Title
unchanged
Yiistrap TbHtml::navbarSearchForm
Category
unchanged
Tips
Yii version
unchanged
Tags
unchanged
Yiistrap, Bootstrap, TbHtml, navbar, navbarSearch, bootstrap
Content
changed
[...]
The search is better, but not efficient.
So,
I made a search on the Web, and found a tip (divide the menu in 2 parts, and include directly a `<form>` tag in order to obtain a efficient search box).
Search can be done on the Web (solution 1).
Search can be done inside the application (solution 2), via an 'admin' view (or other view with search capabilities). The syntax of the search field is `'Mymodel[myfield]'`.[...]