GV14982 / async-airtable

A lightweight npm package to handle working with the Airtable API.
https://www.npmjs.com/package/asyncairtable
MIT License
53 stars 5 forks source link

Implement additional Filter Formula methods into query builder. #53

Closed GV14982 closed 2 years ago

GV14982 commented 3 years ago

We are currently missing a large portion of the methods within Airtable's filter formulas. Some that would take priority are:

I will keep this issue open until we have 100% coverage of the filter formula spec within the query builder. I can write some tests and a tracker to handle it as well:

Reference #52 as the prioritized methods are required for what they are asking for.