Ticket #504 (closed defect: invalid)
keyword #:limit of function mongo-collection-find doesn't work
Reported by: | highfly22@… | Owned by: | jaymccarthy |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | jaymccarthy/mongodb.plt | Keywords: | |
Cc: | Version: | (1 12) | |
Racket Version: |
Description
(define c (mongo-collection-find collection (hasheq) #:selector (hasheq '|_id| 0) #:skip 10 #:limit 10))
(for/sum ([i c]) 1)
320
the cursor returns all the results
(mongo-cursor-done? c) always trues
Change History
Note: See
TracTickets for help on using
tickets.