Skip to content

Search Always Returns 5 Results #179

@cbishop

Description

@cbishop

It seems that search is hard coded to return 5 results.

In my use case, I'd like more than 5 results, but even if I try 3, it still returns 5.

`topic = 'news'

response = cli.search.list(
q=topic,
search_type=["channel", "video", "playlist"],
count=3,
limit=50)`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions