Skip to content
Snippets Groups Projects
Commit 79df4c11 authored by Laurent's avatar Laurent
Browse files

search performances: refactoring

parent 1ac73bc5
Branches
Tags
5 merge requests!1553Master,!1283Master,!1282Hotline master,!1278Hotline master,!1268Sandbox search performances
......@@ -67,14 +67,7 @@ class Class_Notice_Facette {
protected function getGroupCodeFromKey() {
return $this->isThesaurus() ?
Class_CodifThesaurus::getFacetGroup($this->_cle) :
$this->_cle[0];
}
public function isThesaurus() {
return Class_CodifThesaurus::CODE_FACETTE == $this->_cle[0];
return static::extractCodeRubrique($this->_cle);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment