|  | @@ -39,6 +39,7 @@ return array
 | 
	
		
			
				|  |  |  			'match' 	=> 'is_numeric',
 | 
	
		
			
				|  |  |  			//'option' 	=> $level,
 | 
	
		
			
				|  |  |  			//'update'	=> 'select',
 | 
	
		
			
				|  |  | +			'search'	=> 'fulltext',
 | 
	
		
			
				|  |  |  			'list'		=> true,
 | 
	
		
			
				|  |  |  		),
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -51,6 +52,7 @@ return array
 | 
	
		
			
				|  |  |  			'match' 	=> 'is_numeric',
 | 
	
		
			
				|  |  |  			//'option' 	=> $level,
 | 
	
		
			
				|  |  |  			//'update'	=> 'select',
 | 
	
		
			
				|  |  | +			'search'	=> 'fulltext',
 | 
	
		
			
				|  |  |  			'list'		=> true,
 | 
	
		
			
				|  |  |  		),
 | 
	
		
			
				|  |  |  
 |