Autocompletes on internal words in university search (Closes #1285).
authorStéphane Jacob <sj@m4x.org>
Fri, 13 May 2011 21:25:39 +0000 (23:25 +0200)
committerStéphane Jacob <sj@m4x.org>
Fri, 13 May 2011 21:25:39 +0000 (23:25 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
ChangeLog
classes/direnum.php

index 8cadc0e..9d0251e 100644 (file)
--- 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
 
index a616061..1962d28 100644 (file)
@@ -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';