We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be8682 commit fedfe2aCopy full SHA for fedfe2a
Parsers/Get the Product Documentation.js
@@ -9,5 +9,5 @@ var term = current.text.substr(where).trim();
9
if (term == '') {
10
var send_confusion = new x_snc_slackerbot.Slacker().send_chat(current, ':upside_down_face: !docs *something*', false);
11
} else {
12
- var send_chat = new x_snc_slackerbot.Slacker().send_chat(current, 'https://docs.servicenow.com/search?q=' + escape(term) + '&labels=2', false);
+ var send_chat = new x_snc_slackerbot.Slacker().send_chat(current, 'https://www.servicenow.com/docs/search?personalize=true&q=' + escape(term), false);
13
}
0 commit comments