user interface mostly working for ems

This commit is contained in:
JT Smith 2008-03-27 21:19:50 +00:00
parent 3ce33df7ec
commit 29b95c45ee
3 changed files with 155 additions and 36 deletions

View file

@ -289,6 +289,7 @@ sub indexContent {
my $self = shift;
my $indexer = $self->SUPER::indexContent;
$indexer->addKeywords($self->get('sku'));
return $indexer;
}