The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Catalyst::Model::Search::Results - Standard access to search results

DESCRIPTION

This module represents a list of search results.

METHODS

get_total_hits

Returns the total number of hits returned by the search query.

get_page

Returns the current page, if you have requested a paged result list.

get_items

Returns an array of Catalyst::Model::Search::Item objects.

AUTHOR

Andy Grundman, <andy@hybridized.org>

COPYRIGHT

This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.