pyairtable
pyairtable copied to clipboard
Support Match for Any or All
[ Placeholder] https://github.com/gtalarico/pyairtable/pull/148#issuecomment-1093159389
I think it's better to add 2 new methods, match_all
& macth_any
It is more clear what the function does. then adding all=True
param to already exists match
function
fixed via https://github.com/gtalarico/pyairtable/pull/174