Restier(Odata)扩展+计数和顶部不起作用
Restier (Odata) expand + count & top not working
我实际上使用的是 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。
这是一个问题,因为我的分页在我的 kendo ui 网格中不再起作用。
我不知道如何解决这个问题,我在 google 上进行了大量搜索,但没有解决我的问题..
有人有想法吗?
非常感谢
这是一个问题,现已修复,https://github.com/OData/RESTier/issues/287
Restier 0.5.0 rtm 将解决这个问题。
我实际上使用的是 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。
这是一个问题,因为我的分页在我的 kendo ui 网格中不再起作用。
我不知道如何解决这个问题,我在 google 上进行了大量搜索,但没有解决我的问题..
有人有想法吗?
非常感谢
这是一个问题,现已修复,https://github.com/OData/RESTier/issues/287
Restier 0.5.0 rtm 将解决这个问题。