Added search by location to the Gallery (RFE 11504)

This commit is contained in:
kimd 2010-05-25 22:06:06 +02:00 committed by Doug Bell
parent 426cc209ac
commit 387942e68d
8 changed files with 446 additions and 30 deletions

View file

@ -379,6 +379,7 @@ sub indexContent {
my $self = shift;
my $indexer = $self->SUPER::indexContent;
$indexer->addFile($self->getStorageLocation->getPath($self->get("filename")));
return $indexer;
}