Restier (Odata) expand + count & top 不起作用



我实际上使用的是Restier 0.4.0-rc2,在扩展实体时遇到了问题。

示例:

http://localhost/odata/ire/Users?$count=true

一切正常,计数为97

http://localhost/odata/ire/Users?$count=true&$top=10

还可以,计数是97

http://localhost/odata/ire/Users?$count=true&$top=10&$expand=Group

不再好了,现在是10。

这是一个问题,因为我的分页不再在我的剑道ui网格中工作。

我不知道如何解决这个问题,我在谷歌上搜索了很多,但没有解决我的问题。。

有人有主意吗?

非常感谢

这是一个问题,现在已经修复,https://github.com/OData/RESTier/issues/287

Restier 0.5.0 rtm将修复此问题。

最新更新