Skip to content

Instantly share code, notes, and snippets.

@beckettkev
Created December 17, 2015 10:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beckettkev/3f7a9ededadff0558db1 to your computer and use it in GitHub Desktop.
Save beckettkev/3f7a9ededadff0558db1 to your computer and use it in GitHub Desktop.
(function ( refiners ) {
refiners.bidReport = {
label : "Bid Report",
RefinerName : "ContentTypeId",
RefinementValues : ["0xa3554325e435643344354345435dd111","0xa3554325e43564334435434bc5466a2132ec21","0xa3554325e435643344350ca9989007"]
};
refiners.essentialsHelp = {
label : "Essentials and Help",
RefinerName : "SPSite",
RefinementValues : ["https://mycompany.sharepoint.com/sites/help","https://mycompany.sharepoint.com/sites/essentials-hr","https://mycompany.sharepoint.com/sites/essentials-it", "https://mycompany.sharepoint.com/sites/community-collab/faq"]
};
})( myCompany.myProject.constants.search.refiners = myCompany.myProject.constants.search.refiners || {});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment