Full-text search index
Question:
We have just enabled full text search in SQL Server to make the search function quicker for the team. What tables should we now add to the search index?
Answer:
Full-text search is to be enabled and set up as per these instructions: https://www.jitbit.com/docs/helpdesk/!!!helpdesk-software-readme.htm#fulltext
Full-text search is to be enabled and set up as per these instructions: https://www.jitbit.com/docs/helpdesk/!!!helpdesk-software-readme.htm#fulltext
Once the feature is set up, simply run the database upgrade script again; it will create all the required indexes.