Disable Conversation from indexing

Disable Conversation from indexing

The below query can be used to disable the conversation from being indexed:

update globalconfig set paramvalue = 'false' where category = 'ConversationIndex' AND parameter = 'Enabled';

                    New to ADSelfService Plus?

                      • Related Articles

                      • Alternative for Full Backup - Trimmed backup

                        Applicable till 8.1 version (Till 8121 builds) Nowadays the database size is huge in various users instance. It is because the indexing related files, archived files, file attachments are folder are huge in size. Due to which either our application ...
                      • Custom Script to enable "remove login" option for contacts in SCP 8.1

                        Use case: To disable login for contacts in bulk from Contacts module. The attached CustomScripts.js can be moved to SupportCenter/custom/scripts directory.  Browser cache needs to be cleared for the script to work as expected
                      • Query to export conversations in SCP 8.1 (incoming and outgoing emails)

                        select notification.notificationid, notify_workorder.workorderid, notification.notificationtitle, notificationtodescription.notificationdescription from notification left join notificationtodescription on notification.notificationid = ...
                      • Error when Processing Request during Upgrade - Version8121 - 11

                        Error:  While upgrading 8121 to 11011 when you get the below shown error,  Cause of the error: The issue with the Upgrade is that the System defined user kept getting deleted and it was because of data anonymization.   Solution : In 8121,  Go to ...
                      • How to analyze when inline images crashes in Requests

                        If any image on the Request description is crashed like the below image, you can follow the below steps to analyze the issue. Steps to analyze: Right click on the image in the request description and click on Inspect, and there will be an IMG html ...