Skip to content

Commit 3cab0de

Browse files
committed
Comment
1 parent a5cb243 commit 3cab0de

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Database/Database.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5993,6 +5993,9 @@ public function find(string $collection, array $queries = [], string $forPermiss
59935993
if (!is_null($this->cursor) && !$this->cursor->isEmpty()) {
59945994
$cursor = $this->cursor;
59955995
} else {
5996+
/**
5997+
* todo: add specific select queries, Only what you need for the cursor
5998+
*/
59965999
$cursor = $this->getDocument($collection->getId(), $cursorId);
59976000
}
59986001

0 commit comments

Comments
 (0)