I'm trying to invoke the ...Regex.IsMatch()... and evaluate the returned result inside a dynamic linq query. This is what I tried:...public static LambdaExpression Parse(SearchQuery query)
{
string compilableExpression = "Regex.IsMatch(Category.ToLowe...