point类型查询子元素不生效

您好,一次查询不支持 user.gender 这种查询条件.

点号使用指南里面不是有这么用的吗?https://leancloud.cn/docs/dot-notation.html#hash-592925520

指南中的是「对象(Object)」而不是 Pointer,Pointer 不支持这样的查询(include 只是把查到的结果在返回时展开,并不能在查询时把需要查的 Pointer 都展开)。