chris
1
I am pulling data from Airtable, but it seems the filtering and sorting is limited. For example, I was expecting to see:
Filtering:
- if the filter field has value (e.g. exists, is not empty)
- if the filter value is in the field list (when there a reference one to many)
Sorting:
- It seems that it doesn’t bring up all the possible fields that can be used for sorting (text, number)
Any guidance will be very helpful!
Thanks in advance
dejan
2
@chris
Hmm, I guess we can implement “Contains” and “Not Contains” fast,
but for relations that might be little harder.
Is there a chance that you can finish the website with those 2 filters in addition? Or you depend on relations?
chris
3
No worries, I managed to make it work with the Airtable API documentation from scratch
dejan
4
@chris
Perfect, thank you for sorting this out.