Hello, I was troubleshooting an issue with the search in the OOTB "My Requests" widget and came across this line in the widget server side script:var task = new GlideRecordSecure('task');
task.addQuery('123TEXTQUERY321', localInput.search_text);When ...