fixed a display bug in asset search

added a + next to items in the asset manager that have children
templates now index their namespace so you can search on that
This commit is contained in:
JT Smith 2006-04-14 21:35:00 +00:00
parent 95d03913ed
commit 6a2ba37ef1
3 changed files with 10 additions and 6 deletions

View file

@ -251,6 +251,7 @@ Making private. See WebGUI::Asset::indexContent() for additonal details.
sub indexContent {
my $self = shift;
my $indexer = $self->SUPER::indexContent;
$indexer->addKeywords($self->get("namespace"));
$indexer->setIsPublic(0);
}