C
|
cgphp 12/8/2011 |
Check this page for search suggest setting: http://xlinesoft.com/phprunner/docs/choose_fields.htm if(isset($_GET['ctlSearchFor']) AND strlen($_GET['ctlSearchFor']) < 4) |
G
|
giorgiots author 12/8/2011 |
Thanks for the quick response. By default, search suggest results include all values in which the search phrase presents. If you want to be shown only those values that begin with the search phrase you should change the $suggestAllContent variable value in the include\appsettings.php file to false. Note: if a field is not shown at least on one page (list/view/edit/export etc.), then the field values are not shown in search suggest results. This is done to secure the confidential data like passwords and credit card numbers.
|
C
|
cgphp 12/8/2011 |
If you want to disable the "Search suggest" feature, uncheck the "Search suggest" option in the "Search settings" page. Check the "Search settings" paragraph for more info: http://xlinesoft.com/phprunner/docs/choose_fields.htm |
G
|
giorgiots author 12/8/2011 |
Well...that happens when you're working continuously for hours <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=62930&image=1&table=forumreplies' class='bbc_emoticon' alt=':ph34r:' /> |
C
|
cgphp 12/8/2011 |
Uncheck the "AJAX search, pagination and sorting" option in the "List page settings" page. Check the "AJAX-based pagination/sorting/search" paragraph for more info: http://xlinesoft.com/phprunner/docs/ajax_features.htm |