From: Stéphane Jacob Date: Fri, 13 May 2011 21:25:39 +0000 (+0200) Subject: Autocompletes on internal words in university search (Closes #1285). X-Git-Tag: xorg/1.1.2~94 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=6fd8d67841e9a9c8bff7657c7eca9805b9ac4932;p=platal.git Autocompletes on internal words in university search (Closes #1285). Signed-off-by: Stéphane Jacob --- diff --git a/ChangeLog b/ChangeLog index 8cadc0e..9d0251e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ ================================================================================ VERSION 1.1.2 XX XX XXXX +Bug/Wish: + + * Search: + - #1285: Autocompletes on internal words in university search -JAC + ================================================================================ VERSION 1.1.1 09 05 2011 diff --git a/classes/direnum.php b/classes/direnum.php index a616061..1962d28 100644 --- a/classes/direnum.php +++ b/classes/direnum.php @@ -499,6 +499,7 @@ class DE_GroupesX extends DirEnumeration // {{{ class DE_EducationSchools class DE_EducationSchools extends DirEnumeration { + protected $ac_beginwith = false; protected $idfield = 'profile_education_enum.id'; protected $valfield = 'profile_education_enum.name'; protected $valfield2 = 'profile_education_enum.abbreviation';