Support for NXQL 'ORDER BY ecm:path' in the CoreSession.queryAndFetch API

It seems reasonable that the CoreSession.queryAndFetch API would not support the NXQL 'ORDER BY ecm:path' clause. If this is the intended behavior, then the NXQL documentation should be updated to include this restriction.

0 votes

1 answers

3505 views

ANSWER

It's not really a NXQL restriction but a restriction of this particular API
08/29/2016

rg1
I agree. Yet the NXQL Documentation includes numerous references to CoreSession.queryAndFetch API enhancements/restrictions like this one. Would you consider including the following clause in the NXQL ecm:path documentation?

May not appear in the ORDER BY clause when using SQL-based implementations of the CoreSession.queryAndFetch API.

08/29/2016



Thanks for the remarks, I updated the doc.

0 votes