Esempio n. 1
0
 public static function getIndexFieldsEscapeTypeList()
 {
     if (!self::$indexEscapeTypes) {
         self::$indexEscapeTypes = array('category_kuser.CATEGORY_FULL_IDS' => SearchIndexFieldEscapeType::NO_ESCAPE);
     }
     return self::$indexEscapeTypes;
 }