zenpy
zenpy copied to clipboard
Error when searching tickets with `via` kwarg
I am attempting to make a search using the via
kwarg:
tickets = client.search(query='charged', type='ticket', via='email')
I get the following error:
zenpy.lib.exception.APIException: {"error": "invalid", "description": "Invalid search: Error filtering on field: via_id"}