Enabling Keyword search in Data Table from Instance Definition widget in Service PortalIssue This article explains how to enable the keyword search for Data table from Instance definition widget.CauseWith OOB, the Keyword Search functionality is available for data table from URL definition widget and not for Data table from instance definition widget.ResolutionFollow the below steps to enable the keyword search for 'Data table from Instance definition' widget : Ensure that the table which is present in "Data table from instance definition" widget has text index enabled. Sometimes there are custom tables that do not have text index enabled on them. Go to the widget named 'Data table from Instance definition' widget and clone it.In the cloned widget's server script, add the below line of code on line 46 and save it options.show_keywords = 'true'; 3. Use this new cloned widget instead of 'Data table from Instance definition' widget. This enables the Keyword search for 'Data table from Instance definition' widget.