![]() |
HJB 3/13/2017 |
https://xlinesoft.com/phprunner/docs/ajax_features.htm |
|
90288 3/13/2017 |
https://xlinesoft.com/phprunner/docs/ajax_features.htm The application will look for the occurrence of the typed in string anywhere in the list. For example, when you enter 'co', it will show 'Corolla' and 'Accord'. If you want to change this behavior and make it look for the values starting with the entered value, i.e. 'Corolla' only, add the following code to the AfterAppInit: $ajaxSearchStartsWith = true; Unquote excerpt quote 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. unquote Sure, what you told earlier is NOT in conformity with what could be read in the manual, so, just lines for inspiration purposes only where to make wished changes resp. where to check what is currently on here on the Ajax auto-suggest issue.
|
![]() |
HJB 3/13/2017 |
Thank you very much for your fast reply , I checked appsettings.php and found that $useAJAX = true;$suggestAllContent = true; and in my After Application Initialized there no Event , But it still search only for Start with. but in search box the it is working , it is not working only lookup wizard
|