We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We're looking into using the has_tag param in the jobs.iter() method: https://github.com/scrapinghub/python-scrapinghub/blob/master/scrapinghub/client/jobs.py#L89
has_tag
jobs.iter()
However, it behaves as an OR operator. Is there a way to have an AND operator for this API?
We're looking to pass a list of tags to have a more accurate filtering of jobs, so having the AND operator would really help.
Thanks!
The text was updated successfully, but these errors were encountered:
I also needed this behavior and implemented it in https://bitbucket.org/scrapinghub/bine See the demo: http://104.237.140.142/bine/demo/all-tags.html
Sorry, something went wrong.
No branches or pull requests
We're looking into using the
has_tag
param in thejobs.iter()
method: https://github.com/scrapinghub/python-scrapinghub/blob/master/scrapinghub/client/jobs.py#L89However, it behaves as an OR operator. Is there a way to have an AND operator for this API?
We're looking to pass a list of tags to have a more accurate filtering of jobs, so having the AND operator would really help.
Thanks!
The text was updated successfully, but these errors were encountered: