I know I can use QueryRaw and FilterRaw but I want the ability to add a raw filter string to a filtered query. Unfortunately, it looks like FilterDescriptor.Raw is internal. Am I missing something?
var filter = ((ISearchRequest) new SearchDescriptor<object>().FilterRaw("<raw filter here>")).Filter;