Skip to content

Instantly share code, notes, and snippets.

@soen
Last active November 28, 2016 20:49
Show Gist options
  • Save soen/2b288ddb54b6b9af3e599ad88d89fa1c to your computer and use it in GitHub Desktop.
Save soen/2b288ddb54b6b9af3e599ad88d89fa1c to your computer and use it in GitHub Desktop.
var results = context.GetQueryable<SearchResultItem>()
.Where(x => x.Template.Matches("^.*$"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment