Now i use function search then not return value. Can you help fix this bug?
Example Code in python.
file = doc.get_item_by_path(path_onedrive).search(firstname,limit=limit_download, query=None, order_by=order_by_download,batch=None)
And when run code in this function then not return value. I think that function .search can't work.
Please you help fix bug. Thank you.