Using multiple filters with frappe.get_all

Hello,
I’ve run into a problem trying to use multiple filters with the frappe.get_all method to create a custom sales invoice print format. I can pull data using a single filter, but can’t find or figure out the correct syntax to use multiple filters. Can someone provide a code example using more than one filter?

Thanks

@rjantz check this {% set serial_and_batch_entries=frappe.db.get_all(“Sales Invoice Item”,{“parent”:doc.name,“description”:row.description},‘serial_and_batch_bundle’)%}