I am running into an issue in my project when the results from Algolia contain an enum value flutterFlow does not load the results to my listview. I see in Algolia that the results are returned properly as expected.
I am able to get results displaying in my listview when the returned search value does not contain an enum value.
The enum value is - repeat: everyWeek, everyMonth
I have been scratching my head for a while on this issue. Anyone have any ideas?๐ค