gtalarico / pyairtable

Python Api Client for Airtable
https://pyairtable.readthedocs.io
MIT License
786 stars 139 forks source link

Support Match for Any or All #150

Closed gtalarico closed 2 years ago

gtalarico commented 2 years ago

[ Placeholder] https://github.com/gtalarico/pyairtable/pull/148#issuecomment-1093159389

a5r0n commented 2 years ago

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

gtalarico commented 2 years ago

fixed via https://github.com/gtalarico/pyairtable/pull/174