Skip to content

dsApiRequest: make skip argument optional (error with facets) #9

Open
@pgitti

Description

@pgitti

When querying for facets, offset parameters, i.e. "skip" are not supported. However, dsApiRequest automatically adds skip.

E.g.
search publications where research_orgs in ["grid.10420.37"] and year>2021 return year limit 1000 skip 100
-> Semantic errors found: Offset is not supported for facet results

search publications where research_orgs in ["grid.10420.37"] and year>2021 return year limit 1000
-> works

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions