C# Class Aqueduct.SitecoreLib.Search.Utilities.SearchHelper

Show file Open project: aqueduct/Aqueduct.SitecoreLib

Public Methods

Method Description
CreateRefinements ( string fieldName, string fieldValue ) : SafeDictionary
FormatNumber ( int number ) : string
GetItemListFromInformationCollection ( List skinnyItems ) : List
GetItemsFromSearchResult ( IEnumerable searchResults, List items, bool showAllVersions ) : void

Method Details

CreateRefinements() public static method

public static CreateRefinements ( string fieldName, string fieldValue ) : SafeDictionary
fieldName string
fieldValue string
return SafeDictionary

FormatNumber() public static method

public static FormatNumber ( int number ) : string
number int
return string

GetItemListFromInformationCollection() public static method

public static GetItemListFromInformationCollection ( List skinnyItems ) : List
skinnyItems List
return List

GetItemsFromSearchResult() public static method

public static GetItemsFromSearchResult ( IEnumerable searchResults, List items, bool showAllVersions ) : void
searchResults IEnumerable
items List
showAllVersions bool
return void