Sort on missing value with pagination

Hi @n3wtron,
As described here, if you want to include nodes that do not have the given predicate, then you should not index on that predicate. In your case do not index color when you specify orderasc: color.

Thanks