@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?
@archman was using the CF client and found that the doc string for the find method is incorrect
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?