Uninstalling/Deleting pages leaving data behind

Permalink
When I create a package I like to also give the ability to completely uninstall all the data that it puts into place.

This works great when deleting pages, blocks, attributes etc.. But I have found after I uninstall a package and do a search in phpadmin for any reference of that packages name; I can find results in the PageSearchIndex table of the packages single pages.

I have also looked into deleting a page created normally, and that too is left in the PageSearchIndex table.

When deleting a page should it not also delete it's search index reference?

I can solve this easily with some sql, but before I log it as a bug, I just want to find out if I had missed something.

TravisN
 
andrew replied on at Permalink Best Answer Reply
andrew
You're right. We'll add this to the delete() method of a page. Thanks!