Skip to content

Instantly share code, notes, and snippets.

@soen
Last active November 28, 2016 20:46
Show Gist options
  • Save soen/f84c281f85f17eaf632041dafe78cf8d to your computer and use it in GitHub Desktop.
Save soen/f84c281f85f17eaf632041dafe78cf8d to your computer and use it in GitHub Desktop.
using (var context = ContentSearchManager.GetIndex("sitecore_master_index").CreateSearchContext())
{
var results = context.GetQueryable<SearchResultItem>()
.OrderBy(x => x.CreatedDate);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment