$suggestion = {
map {
my $p = $suggestion->{$_}
my $p = $suggestion->{$_};
# Keep parameters that are not an empty string
( defined $p && $p ne '' ? ( $_ => $p ) : () )
} keys %$suggestion
-