Skip to content

doco error in occ_search? #145

@raymondben

Description

@raymondben

occ_search docs say "Note that in occ_search we do the paging internally for you, so there's no start parameeter"

But there is a start parameter, and it works:

this=occ_search(taxonKey=1,limit=10)
this$meta
$offset
[1] 0

$limit
[1] 10

$endOfRecords
[1] FALSE

$count
[1] 364656374

this$data$key[1]
[1] 1055092337

vs.

this=occ_search(taxonKey=1,limit=10,start=5)
this$meta
$offset
[1] 5

$limit
[1] 10

$endOfRecords
[1] FALSE

$count
[1] 364656374

this$data$key[1]
[1] 1055092167

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions