我实际上使用的是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网格。
我不知道如何解决这个问题,我在google上做了很多搜索,没有解决我的问题的方法..
有人有想法吗?
非常感谢
答案 0 :(得分:0)
这是一个问题,现在已修复,https://github.com/OData/RESTier/issues/287
Restier 0.5.0 rtm将解决此问题。