webui fixes

This commit is contained in:
SJ
2013-04-06 11:32:17 +02:00
parent fa61d445f2
commit 96b2fce306
5 changed files with 7 additions and 7 deletions

View File

@ -48,7 +48,7 @@ class ControllerSearchHelper extends Controller {
if($this->request->post['searchtype'] == 'expert'){
if(isset($this->request->post['search']) && preg_match("/(from|to|subject|body|direction|size|date1|date2|attachment|tagnote)\:/", $this->request->post['search'])) {
if(isset($this->request->post['search']) && preg_match("/(from|to|subject|body|direction|size|date1|date2|attachment|tag|note)\:/", $this->request->post['search'])) {
$this->preprocess_post_expert_request($this->request->post);
}
else {