has'search_tooltip'=>(isa=>'Str',is=>'rw',default=>'Filter for column values matching the pattern string, e.g. 12*45. The * (wildcard) is implicitly prepended and appended.');
#didn't want to incude some complex role related logic here,
#didn't want to incude some complex role related logic here,
helper.identifier = 0; # make sure we don't use the same identifier twice
IF search_tooltip;
helper.search_tooltip = c.loc(search_tooltip);
ELSIF helper.strict_search;
helper.search_tooltip = c.loc('Filter for column values matching the string, e.g. 12345. A leading * (wildcard) can result in long response times.');
ELSE;
helper.search_tooltip = c.loc('Filter for column values matching the pattern string, e.g. 12*45. The * (wildcard) is implicitly prepended and appended.');