Ejemplo n.º 1
0
 public static function getSearchFieldsEscapeTypeList()
 {
     if (!self::$searchEscapeTypes) {
         self::$searchEscapeTypes = array('category_kuser.CATEGORY_FULL_IDS' => SearchIndexFieldEscapeType::MD5_LOWER_CASE);
     }
     return self::$searchEscapeTypes;
 }