Gossamer Forum
Home : Products : Gossamer Links : Discussions :

change Validated

Quote Reply
change Validated
I use Indexing Scheme INTRNAL for the search, I use this global to change LinkID to isValidated NO.
sub {
my $today = GT::Date::date_get();
$DB->table('Links')->update({
Mod_Date => $today,
isValidated => "No"}, { ID => $_[0] }) or return $GT::SQL::error;
return;
}


the problem is that this global change the Validated to No but in the search the ID is still continue to display. How can I delete it form the search index table too.
Subject Author Views Date
Thread change Validated nir 2797 Oct 11, 2010, 5:02 AM
Post Re: [nir] change Validated
aus_dave 2672 Oct 12, 2010, 4:42 AM