Guides/ReportDesign/5.0-Filters-tab.md
... ...
@@ -27,7 +27,7 @@ The Filter Operator Drop-down lets you select your operator based on the data ty
27 27
|**Comparison** |Isn't Greater Than |Displays only items whose values are not greater than the input value.|
28 28
|**Comparison** |Isn't Between |Displays only items whose values are between the input values.|
29 29
|**Equivalence** |Equals |Manual text entry of the comparison value(s) separated with commas for easy copy/paste from CSV.|
30
-|**Equivalence** |Equals(List) |Manual text entry of the comparison value(s) separated by intelligently parsed delimiters. User delimiter use must be consistent. For example of consistent use: 1, 2, 3, 4 or 1-2-3-4 or 1 2 3 4|
30
+|**Equivalence** |Equals(List) |Manual text entry of the comparison value(s) separated by intelligently parsed delimiters. User delimiter use must be consistent. For example of consistent use: 1, 2, 3, 4 or 1-2-3-4 or 1 2 3 4. This behavior [[can be disabled|/API/CodeSamples/AdjustSeparatorsInEqualsListValues]]|
31 31
|**Equivalence** |Equals(Autocomplete) |Manual text entry of the comparison value(s) that displays a list of options as you type. Separate each value with a comma.|
32 32
|**Equivalence** |Equals(Select) |Allows you to select a single value from a dropdown list.|
33 33
|**Equivalence** |Equals(Multiple) |Allows you to select multiple values from a scrollable list. Use ctrl+click to highlight multiple values (command+click on Mac).|