chris
March 6, 2024, 8:19pm
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
March 8, 2024, 12:34pm
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
March 21, 2024, 6:15pm
3
No worries, I managed to make it work with the Airtable API documentation from scratch
dejan
March 22, 2024, 9:59am
4
@chris
Perfect, thank you for sorting this out.