mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 04:12:45 +00:00 
			
		
		
		
	Set callbac kfor match_context
This commit is contained in:
		@@ -360,6 +360,9 @@
 | 
			
		||||
    client.setCallback("query_results", (payload) => {
 | 
			
		||||
      queryRenderResults(payload);
 | 
			
		||||
    });
 | 
			
		||||
    client.setCallback("query_match_context", (payload) => {
 | 
			
		||||
      results.resultsList.showMatchContext(payload);
 | 
			
		||||
    })
 | 
			
		||||
 | 
			
		||||
    // Trigger corpus analysis initialization on server side
 | 
			
		||||
    client.init();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user