diff --git a/Documentation.html b/Documentation.html index e7f66b5b3..9ab89b680 100755 --- a/Documentation.html +++ b/Documentation.html @@ -1909,6 +1909,34 @@ Defaults to FALSE (drop-down).


+
$cfg['NumOperators'] array
+
+ Operators available for search operations on numeric and date fields. +

+
+ +
$cfg['TextOperators'] array
+
+ Operators available for search operations on character fields. + Note that we put LIKE by default instead of + LIKE %...%, to avoid unintended performance problems + in case of huge tables. +

+
+ +
$cfg['EnumOperators'] array
+
+ Operators available for search operations on enum fields. +

+
+ +
$cfg['NullOperators'] array
+
+ Additionnal operators available for search operations when the + field can be null. +

+
+