mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-31 13:18:06 +00:00 
			
		
		
		
	fix checking for search result hits
This commit is contained in:
		
							parent
							
								
									8c86b4f61c
								
							
						
					
					
						commit
						26e6f24565
					
				|  | @ -202,7 +202,7 @@ if($fullsearch) { | |||
| 				$facets = $searchresult['facets']; | ||||
| 				$dcount = 0; | ||||
| 				$fcount = 0; | ||||
| 				if($searchresult) { | ||||
| 				if($searchresult['hits']) { | ||||
| 					foreach($searchresult['hits'] as $hit) { | ||||
| 						if($hit['document_id'][0] == 'D') { | ||||
| 							if($tmp = $dms->getDocument(substr($hit['document_id'], 1))) { | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Uwe Steinmann
						Uwe Steinmann