[Notice] Undefined index: Search

GET /search/SearchForm?start=0

Line 116 in /var/www/nat.org.nz/cms/code/search/SearchForm.php

Source

107 					Translatable::disable_locale_filter();
108 				} else {
109 					$origLocale = Translatable::get_current_locale();
110 
111 					Translatable::set_current_locale($data['searchlocale']);
112 				}
113 			}
114 		}
115 
116 		$keywords = $data['Search'];
117 
118 	 	$andProcessor = create_function('$matches','
119 	 		return " +" . $matches[2] . " +" . $matches[4] . " ";
120 	 	');
121 	 	$notProcessor = create_function('$matches', '
122 	 		return " -" . $matches[3];

Trace

National Advocacy Trust