mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 04:12:45 +00:00 
			
		
		
		
	Fix match_count in resultsJSON
This commit is contained in:
		@@ -14,6 +14,7 @@ function querySetup(payload) {
 | 
				
			|||||||
  results.clearAll()
 | 
					  results.clearAll()
 | 
				
			||||||
  // Get query string again
 | 
					  // Get query string again
 | 
				
			||||||
  results.resultsJSON.getQueryStr(queryFormElement);
 | 
					  results.resultsJSON.getQueryStr(queryFormElement);
 | 
				
			||||||
 | 
					  results.resultsJSON.match_count = payload.match_count;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
function queryRenderResults(payload) {
 | 
					function queryRenderResults(payload) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user