search_region —
Interchange 5.9.0:
Source: lib/Vend/Interpolate.pm
Lines: 3155
sub tag_search_region {
my($params, $opt, $text) = @_;
$opt->{search} = $params if $params;
$opt->{prefix} ||= 'item';
$opt->{list_prefix} ||= 'search[-_]list';
# LEGACY
list_compat($opt->{prefix}, \$text) if $text;
# END LEGACY
return region($opt, $text);
}