Open
Description
Michael Reiche opened DATACOUCH-597 and commented
For string-based count (including paging) queries, check if query uses n1ql.selectEntity
The count queries are constructed by having n1ql.selectEntity resolve to .... COUNT(*) ...
If the query does not contain n1ql.selectEntity, the substitution cannot be made.
A better solution would be to replace everything between SELECT and FROM with COUNT(*).
No further details from DATACOUCH-597