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
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!
We're looking into using the
has_tagparam 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!