My Requests Widget Search BrokenIssue On our employee portal, 'my requests' widget search is working inconsistently. When user does a 'wildcard' search any of the text from the short descriptions of the records, it works inconsistently and displays the result for some and doesnt display the results for others. For example, searching 'Copilot' returns the expected result, but searching 'short' does not return the expected result.ReleaseXanadu Patch 7CauseAfter investigation, we found that some of the keywords (e.g., short, BMGR, Acrobat, business, description) are listed as stop words in the ts_index_stop table, which is part of the platform's performance improvements. These stop words can interfere with search functionality, as seen in the My Request widget.Resolution-Review the stop word entries in the ts_index_stop table. -Update any relevant stop words to 'Not a stop word' for any term that should remain searchable. Related LinksKB0868966