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

NAME

DBIx::Class::ResultSet::Faceter::Facet::HashRef - Faceting on a HashRef

SYNOPSIS

  $faceter->add_facet('HashRef', {
        name => 'Last Name', key => 'name_last'
  });

DESCRIPTION

Used when the "row" is a plain HashRef, as created by the DBIx::Class HashRefInflator.

ATTRIBUTES

key

The name of the key to facet on.

METHODS

process

Returns the name of the specified column.

AUTHOR

Cory G Watson, <gphat at cpan.org>

COPYRIGHT & LICENSE

Copyright 2010 Cold Hard Code, LLC

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.