Export to GitHub

pybing - issue #4

More options for Bing's object search function


Posted on Jan 27, 2011 by Happy Kangaroo

Can you modify Bing.search to be

def search(self, query, source_type=None, api_version=None, more=None, **kwargs):
kwargs.update(more)

so that it would be possible to pass 'Web.Count' and 'Web.Offset' as parameters by using more={'Web.Count':50,'Web.Offset':0}?

Comment #1

Posted on Jan 27, 2011 by Massive Bird

Added in r32

Status: Fixed

Labels:
Type-Defect Priority-Medium