Skip to content

bucket.viewQuery should be async in the documentation #146

@00christian00

Description

@00christian00

The docs for querying views shows this :
var result = bucket.viewQuery('beers', 'by_name', { range: { start: 'A' }, limit: 10, })

shouldn't be :
var result = await bucket.viewQuery('beers', 'by_name', { range: { start: 'A' }, limit: 10, })
?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions