Enable Full-Text Searching
NOTE: Full-Text Searching is default enabled within the database from version 7.1.1, you can confirm all the necessary Catalogs exist by comparing your database to the below image. If yours does not match, follow the instructions in the 'Database Configuration' section to enable the required Catalogs.

versaSRS Configuration
1. As an Administrator click the cog icon in the top right corner of versaSRS.
2. Select Global Settings.
3. Locate the Global Setting SearchModule and select the option Full Text Search from the drop-down selection. You can also select the 'Both Search Module (Standard and Full Text)' option.

4. Click the Apply button to commit the change to the system then reload the Global Settings by clicking the Reload
icon
Database Configuration
NOTE: VersaDev takes no responsibility for any data corruption or loss incurred, be sure to take extra care not to remove or change any data by mistake when operating directly on the database, we recommend performing a backup and implementing on a test environment before performing on production.
In SQL Management Studio locate the versaSRS database table tbl_CallAudit.
Right-click on the table and select Full-Text Index Table then Define Full-Text Indexing on a Table... to display the Full-Text Indexing Wizard.
Click Next and select the default Unique index PK_tbl_CallAudit then click Next.
Check the available columns then click Next.
Select how to track updates and view changes (Automatically is default) and click Next.
Click on the 'Create a new catalog' box, set the Name to Call Search, click Next, then Finish to complete the setup. -Remember to change Call to the appropriate name for each table, refer to image for recommended names.
Repeat above steps for the following tables - tbl_ActionAudit, tbl_ChangeRequestAudit, tbl_ProblemAudit.