Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow filtering for owner #23

Open
mark0n opened this issue Apr 18, 2018 · 1 comment
Open

Allow filtering for owner #23

mark0n opened this issue Apr 18, 2018 · 1 comment

Comments

@mark0n
Copy link
Contributor

mark0n commented Apr 18, 2018

Seems like owner is not a property so the following doesn't find anything:

channels = cf.find(name='*', property=[('owner', 'myuser')])

Am I missing something here? I can't believe CF is not able to answer such a basic requestion...

@shroffk
Copy link
Contributor

shroffk commented Apr 18, 2018

The owner field is not a property, it is separate field which was primarily for authorization purposes only.

As you correctly identified the above query does not work since "owner" is not a property.
A special search parameter can be added to allow this search if you feel it is essential.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants