File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -416,8 +416,8 @@ where:
416
416
* ` conditions ` (` ?table ` ) - array of [ select conditions] ( #select-conditions )
417
417
* ` opts ` :
418
418
* ` first ` (` ?number ` ) - the maximum count of the objects to return.
419
- If negative value is specified, the last objects are returned
420
- (` after ` option is required in this case).
419
+ If negative value is specified, the objects behind ` after ` are returned
420
+ (` after ` option is required in this case). [ See pagination examples ] ( https://github.com/tarantool/crud/blob/master/doc/select.md#pagination ) .
421
421
* ` after ` (` ?table ` ) - tuple after which objects should be selected
422
422
* ` batch_size ` (` ?number ` ) - number of tuples to process per one request to storage
423
423
* ` bucket_id ` (` ?number|cdata ` ) - bucket ID
You can’t perform that action at this time.
0 commit comments