Skip to content

Instantly share code, notes, and snippets.

@beckettkev
Created May 13, 2015 18:45
Show Gist options
  • Save beckettkev/9a73bbb9e8f926fa3cef to your computer and use it in GitHub Desktop.
Save beckettkev/9a73bbb9e8f926fa3cef to your computer and use it in GitHub Desktop.
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