Skip to content

Error in documentation for find methed #20

@dxmaxwell

Description

@dxmaxwell

@archman was using the CF client and found that the doc string for the find method is incorrect

For multiValued searches
>>> find(name='pattern1,pattern2')
will return all the channels which match either pattern1 OR pattern2

However we found that the name patterns were applied as pattern1 AND pattern2, which appears consistent with the CF API reference.

In this case I think the CF client documentation is in error, @shroffk can you please confirm?

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