I have used full text index on two columns of one table. After applying, full text index applied on all the existing rows. So I am able to search through all the records using Contains. Then I have added one record into table but full text index does not update for that row. As well when I search for that record using Contains, record does not show up in results.
Where can I check that Change_tracking is Auto/Manual/OFF?
I have another database where the same full text index on same table it is working fine. Is there anything related to SQL Server Version 2017?