folder fixed for the gui

Change-Id: Ibd358671616d68a92205b6c6afbd9f2195fca9bd
This commit is contained in:
SJ
2016-08-15 07:25:17 +02:00
parent eca0fd7280
commit 40fbd59173
5 changed files with 36 additions and 4 deletions

View File

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