If you find the node window on the search page a little small, you can easily increase it by editing the following templates:
 
Template: search_form
 
Look for:
	
	
	
		
Replace with:
	
	
	
		
 
 
Template: search_form_post
 
Look for:
	
	
	
		
Replace with:
	
	
	
		
 
 
The result is as follows:


 
Change the value in red to suit.
				
			Template: search_form
Look for:
		Rich (BB code):
	
	<li><select name="nodes[]" id="ctrl_nodes" size="7" multiple="multiple" class="textCtrl">
	
		Rich (BB code):
	
	<li><select name="nodes[]" id="ctrl_nodes" size="10" multiple="multiple" class="textCtrl">
	Template: search_form_post
Look for:
		Rich (BB code):
	
	<li><select name="nodes[]" id="ctrl_nodes" size="7" multiple="multiple" class="textCtrl">
	
		Rich (BB code):
	
	<li><select name="nodes[]" id="ctrl_nodes" size="10" multiple="multiple" class="textCtrl">
	The result is as follows:


Change the value in red to suit.