Summary:
orderby='custom_*' omits results if that field is empty
Detailed Description:
Not sure if it's a bug or an undocumented feature, but when using
orderby='custom_*' it will exclude any results that don't have that field
populated. My expectation is that they would be at the top or bottom, as this is
a sorting parameter, not a filter.