From 6fd8d67841e9a9c8bff7657c7eca9805b9ac4932 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Fri, 13 May 2011 23:25:39 +0200 Subject: [PATCH] Autocompletes on internal words in university search (Closes #1285). MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- ChangeLog | 5 +++++ classes/direnum.php | 1 + 2 files changed, 6 insertions(+) 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'; -- 2.1.4