Hi,
I have a couple forums whose posts I'd like to stop showing in the search results.
In admincp > forums & moderators > forum manager there is a setting 'Index New Posts in Search Engine' which I have set to No, hoping that doing so would exclude this forum's posts from the search results.
But it didn't work. Posts still display in 'new posts' and if you do a search.
Searching on the internet I found http://www.vbulletin.org/forum/showthread.php?t=223394
Here Lynne says
Maybe we could to rebuild the search index to remove these posts from the index, but we have 6 million posts in the vb3_searchcore_text table, and it will take the server ages to complete.
Is there a way to just remove the posts directly from the search index, maybe in that table? Or do I need to rebuild the search index?
I have a couple forums whose posts I'd like to stop showing in the search results.
In admincp > forums & moderators > forum manager there is a setting 'Index New Posts in Search Engine' which I have set to No, hoping that doing so would exclude this forum's posts from the search results.
But it didn't work. Posts still display in 'new posts' and if you do a search.
Searching on the internet I found http://www.vbulletin.org/forum/showthread.php?t=223394
Here Lynne says
Code:
If you have the forum set to not index posts, only NEW posts will not be indexed. It won’t remove old posts from the index.
Is there a way to just remove the posts directly from the search index, maybe in that table? Or do I need to rebuild the search index?
Comment