| 
 
 | 
						 
							lefty 2/23/2025 | 
| 
 
 I had this same issue years ago, I got the results to work more efficiently by $ajaxSearchStartsWith = false; in after application initialized event. This way it won't use the first letter but get anything that starts with the first few you type even if it does not start with.  | 
											|
| 
 
 | 
						 
							francesco author 2/24/2025 | 
| 
 
 I solved with $suggestAllContent = true; and $ajaxSearchStartsWith = true;  | 
											|