Created
May 13, 2015 18:45
-
-
Save beckettkev/9a73bbb9e8f926fa3cef to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var loadFilteredResults = function (prop, value) { | |
window.location.href = window.location.protocol + '//' + window.location.hostname + '/sites/search/pages/Results.aspx?k=' + escape(prop + '="' + value) + '"#Default={"k":"' + escape(prop + ':\\"' + value) + '\\"","r":[{"n":"' + prop + '","t":["\\"' + unescape('%u01C2') + unescape('%u01C2') + stringToHex(value) + '\\""],"o":"and","k":false,"m":null}]}'; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment