What i want to do; `query.Search(x => string.Join(" ", x.Property1, x.Property2)).Containing("searchTerm");` This method does not work well. is there another way? thanks.