|
@@ -208,6 +208,9 @@ class EdlpSearchController extends ControllerBase {
|
|
// if($this->request->query->get('field_synonyms')){
|
|
// if($this->request->query->get('field_synonyms')){
|
|
$this->field_synonyms = $this->request->query->get('field_synonyms');
|
|
$this->field_synonyms = $this->request->query->get('field_synonyms');
|
|
// }
|
|
// }
|
|
|
|
+ // if($this->request->query->get('node_type')){
|
|
|
|
+ // $this->node_type = $this->request->query->get('node_type');
|
|
|
|
+ // }
|
|
$this->keys = $this->request->query->get('q');
|
|
$this->keys = $this->request->query->get('q');
|
|
}
|
|
}
|
|
|
|
|