Skip to content

Instantly share code, notes, and snippets.

View Ninodeluxe's full-sized avatar

Nino Mengarelli Ninodeluxe

View GitHub Profile
@Ninodeluxe
Ninodeluxe / Category.cs
Last active September 30, 2016 07:18 — forked from jstemerdink/Example.txt
Use an attribute to create facets for an EPiServer Find query and extract facets from the search results
/// <summary>
/// Enum MyFacetCategory
/// </summary>
public enum MyFacetCategory
{
CategoryOne = 1,
CategoryTwo = 2,
CategoryThree = 3,
CategoryFour = 4,
CategoryFive = 5