mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-31 13:18:06 +00:00 
			
		
		
		
	owner wasn't handled propperly
This commit is contained in:
		
							parent
							
								
									824742b5bb
								
							
						
					
					
						commit
						f2381dca72
					
				|  | @ -77,10 +77,10 @@ class SeedDMS_Lucene_Search { | |||
| 			$querystr = substr($term, -1) != '*' ? $term.'*' : $term; | ||||
| 		} | ||||
| 		if(!empty($fields['owner'])) { | ||||
| 			if(is_string($owner)) { | ||||
| 			if(is_string($fields['owner'])) { | ||||
| 				if($querystr) | ||||
| 					$querystr .= ' && '; | ||||
| 				$querystr .= 'owner:'.$owner; | ||||
| 				$querystr .= 'owner:'.$fields['owner']; | ||||
| 			} elseif(is_array($fields['owner'])) { | ||||
| 				if($querystr) | ||||
| 					$querystr .= ' && '; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Uwe Steinmann
						Uwe Steinmann