Closed josh-hemphill closed 4 years ago
From what I found, the only way to get a max index value directly is to use the 'prev' option on openCursor. Is there a way to get the max value directly with index.iterate, or do I have the unwrap the index to get it?
iterate takes the same arguments as openCursor.
iterate
openCursor
From what I found, the only way to get a max index value directly is to use the 'prev' option on openCursor. Is there a way to get the max value directly with index.iterate, or do I have the unwrap the index to get it?