X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fsearch.php;h=49c7f5a1f39150bfb9c84bddfbcc286420c458bc;hb=9891bd15f772caef0c199a98f036e976bf4ab94a;hp=9761dd42fffed0cce81a273e517ecfcdcb9a4df6;hpb=4b239f6e6cb26cdd814b42f3efcbcae40fa862a4;p=platal.git diff --git a/modules/search.php b/modules/search.php index 9761dd4..49c7f5a 100644 --- a/modules/search.php +++ b/modules/search.php @@ -1,6 +1,6 @@ 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),