the search engine, it works!!!
This commit is contained in:
parent
66baa5cea2
commit
e33b3bb9b9
7 changed files with 135 additions and 16 deletions
|
|
@ -993,7 +993,9 @@ Returns an indexer object for this asset. When this method is called the asset's
|
|||
|
||||
sub indexContent {
|
||||
my $self = shift;
|
||||
return WebGUI::Search::Index->create($self);
|
||||
my $indexer = WebGUI::Search::Index->create($self);
|
||||
$indexer->setIsPublic(0) if ($self->getId eq "PBasset000000000000001");
|
||||
return $indexer;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue