Forums
Subject: Purging deleted pages
Prev Next
You are not authorized to post a reply.

Author Messages
GeorgiUser is Offline

Posts:12

Send A Message
12/04/2008 4:38 AM  

Hello,

I'm having a strange issue with the Seamus. It seems that it is indexing the deleted pages also.

I cleared all records in the Venexus_BrainDump table and then run Reload Index from Control Panel. After that i made a search and noticed that it shows a record for a page, that i deleted 1 day ago.

After this i saw that there is a setting for purging the deleted pages. I enabled the setting and set it to 1 hour.  But 1.5 hours later the deleted records are still indexed.

 

We are not using the crawler. The seamus module is added only to one page , that is availbe to host user only.

Also Venexus Scheduler seems to be correctly installed.

 

Is there a way to manually trigger the purging process, or are there any log files where  I can check for result?

 

Regards,

 

Jeff SmithUser is Offline

Posts:210

Send A Message
12/08/2008 4:15 PM  

If Request("Delete") = "1" Then
RemoveDeletedMods()
RemoveDeletedTabs()
DeleteUnapproved()
CleanDupes()
End If

So just go here:
/desktopmodules/venexusseamus/seamusimage.aspx?delete=1

It will take a bit to load, but you should see a 1x1 pixel image when complete.

EscapeUser is Offline

Posts:2

Send A Message
12/10/2008 9:34 AM  

Hello,

 

I tried the suggested solution in 2 different ways:

 

1.       First I browse this page /desktopmodules/venexusseamus/seamusimage.aspx?delete=1 with FireFox and dialog box appear prompting me to save this gif, but with wrong extension "seamus.gif," instead of "seamus.gif".  I am not sure is that a problem, and what’s happening when this page (seamusimage.aspx) generates wrong image extension.

Then I tried with Internet Explorer and it seems that IE successfully managed to display the image, but nothing happens - all records from deleted tabs are still indexed.

2.       After that I tried to do it in another way

-          first I deleted manually all indexed pages from the database

-          run the Reload Index from Control Panel

-          browse this page /desktopmodules/venexusseamus/seamusimage.aspx?delete=1

-          test the search

 

The result in both cases was the same - all deleted DNN pages are still indexed and appear in search results page.

 

Can you please confirm that the search is avoiding indexing content from pages (IsDeleted = true), that have been deleted?

 

Jeff SmithUser is Offline

Posts:210

Send A Message
12/11/2008 8:51 AM  
There is only 2 places in the code that generates a url for seamus.gif. Both are:
sFile = DotNetNuke.Common.ApplicationMapPath & "\DesktopModules\VenexusSeamus\seamus.gif"
The image is a 1x1 pixel image as i said, and is for the AJAX.

The routine that handles the base indexing does this check:
If objTab.StartDate < Now() And objTab.IsVisible = True And objTab.IsDeleted = False Then


What version are you using?
EscapeUser is Offline

Posts:2

Send A Message
12/11/2008 2:08 PM  

ver: 04.00.02

Jeff SmithUser is Offline

Posts:210

Send A Message
12/11/2008 2:30 PM  
Please download 4.1 and install it and see if issue persist.
You are not authorized to post a reply.
Forums > Modules > Venexus Seamus > Purging deleted pages



 Print   

Top Posts
VenexusBookmarks 4.1.2 Released by tmunn
A new version of  Venexus Bookmarks module is now available for downlo...
VenexusBookmarks 4.1.2 Released by tmunn
A new version of  Venexus Bookmarks module is now available for downlo...
VenexusSeamus 4.1.5 Released by tmunn
A new version of VenexusSeamus, the search engine aggregation module utiliz...
VenexusSeamus 4.1.5 Released by tmunn
A new version of VenexusSeamus, the search engine aggregation module utiliz...
Venexus WebControls 4.1.7 Released by tmunn
A new version of  Venexus WebControls was released today.  This r...
  

 © 2007 - Venexus, Inc. - All rights reserved Terms Of Use | Privacy Statement