Getting inaccurate result from CQL server connection, I used one cql to retrieve the data from confluence, hitting same query then getting different number of result, some time 6 records sometime 12 records, also getting older data like record’s lastModified time is not changed also, so this is affecting my cursor approach and retrieval process, can anyone help in this?
pasting sample cql for ref^
“cql”: “type=page AND space=\“UN\” AND lastmodified<=\“2026-04-09 11:53\” ORDER BY lastmodified ASC”