=head1 API
=head2 Class methods
=head3 search_limited
my $suggestions = Koha::Suggestions->search_limited( $params, $attributes );
Returns all the suggestions the logged in user is allowed to see.
=cut
sub search_limited {
return $self->search($params, $attributes);
}
=head2 Class Methods
=head2 Internal methods
=head3 type
=head3 _type
-