alwaysUseDescriptionForFiltering
ab alwaysUseDescriptionForFiltering boolean { t | nil }
Description
Controls whether the content of the Description column is always used by the Annotation Browser search filter widget.
The default is t, which means that the Search feature seeks matching patterns in all the displayed columns and in the Description column, even if the Description column is not displayed.
When set to nil, the Search feature seeks matching patterns only in the displayed columns.
GUI Equivalent
Examples
envGetVal("ab" "alwaysUseDescriptionForFiltering")
envSetVal("ab" "alwaysUseDescriptionForFiltering" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top