mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-30 20:51:22 +00:00 
			
		
		
		
	do not add '*' to typeahead query anymore
This commit is contained in:
		
							parent
							
								
									69cff4e9b4
								
							
						
					
					
						commit
						ec55cc3f28
					
				|  | @ -73,8 +73,8 @@ if($fullsearch) { | |||
| // Search in Fulltext {{{
 | ||||
| 	if (isset($_GET["query"]) && is_string($_GET["query"])) { | ||||
| 		$query = $_GET["query"]; | ||||
| 		if(isset($_GET['action']) && ($_GET['action'] == 'typeahead')) | ||||
| 			$query .= '*'; | ||||
| //		if(isset($_GET['action']) && ($_GET['action'] == 'typeahead'))
 | ||||
| //			$query .= '*';
 | ||||
| 	} | ||||
| 	else { | ||||
| 		$query = ""; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Uwe Steinmann
						Uwe Steinmann