XData $inlinecount

Hi,

Using

http://localhost:2001/tms/xdata/Houses?$select=GUID,HouseRef&$top=5

works fine but if I add

&$inlinecount=allpages

I get

{
    "error": {
        "code": "ResultsNotUnique",
        "message": "Criteria did not return an unique object. Rows returned: 111"
    }
}

Any help greatly appreciated.

Thanks,

Ken

Please refer to:

select and inline count work together but select top and inline count do not!

When fixing this can you please ensure that it also works with $skip

1 Like

Please acknowledge this bug and provide a time frame for fixing it as it is totally preventing me from implementing paging in a web core app.

Is Wagner on holiday?

Wagner is travelling indeed.
He will do due things when he is able!

The fix mentioned in other post already fixed this issue. We couldn't reproduce the issue with our internal version here.

Thanks. I think my version of D11 has become screwed up somehow. I'm going to spend tomorrow rebuilding it.