Hi Team, I tried to update my page type using this query UPDATE [dbo].[CMS_Class] SET [ClassTableName] = 'newtablename' WHERE [ClassTableName] = 'oldtablename';
GO But my search index is still trying to run using the old table name how to change that, do i need to implicitly change any query for search index.
↧