I am using Contentful to fetch some data for my website.
I have a productId field in Contentful for each entry which is of type Short text, list field
. This field accepts product ids as comma-separated values.
ID1234,ID2343, ID2344, .......
But this seems to be limited to 1000
IDs.
Is there a way by which I can add up to 100k IDs? By using some other types than using Short text, list field
or by upgrading the Contentful account.