X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fsearch.php;h=a17ed17e17a9d29abe3713dcbce5265abda47c7e;hb=efe597c5795234724bc3df508bd628f9860a9c32;hp=9761dd42fffed0cce81a273e517ecfcdcb9a4df6;hpb=e8a898662eeafa5201082067a7aac46573884ebb;p=platal.git diff --git a/modules/search.php b/modules/search.php index 9761dd4..a17ed17 100644 --- a/modules/search.php +++ b/modules/search.php @@ -172,7 +172,7 @@ class SearchModule extends PLModule 'networking_type' => array('field' => 'network_type', 'table' => 'profile_networking_enum', 'text' => 'name', 'exact' => false), 'groupex' => array('field' => 'id', 'table' => 'groupex.asso', - 'text' => "(a.cat = 'GroupesX' OR a.cat = 'Institutions') AND pub = 'public' AND nom", + 'text' => "(cat = 'GroupesX' OR cat = 'Institutions') AND pub = 'public' AND nom", 'exact' => false), 'section' => array('field' => 'id', 'table' => 'sections', 'text' => 'text', 'exact' => false), 'school' => array('field' => 'id', 'table' => 'profile_education_enum', 'text' => 'name', 'exact' => false),