Hey,
I’m using a plugin based on a Data API call + search constraints. This plugin works really great (pagination plugin, fresh new) but the problem I have is that the collected data are not flushed.
So as is, the plugin is not usable for my use case.
Is there any way to add a search item as part of the search constraint so that the Data API call is redone at every use of the plugin? For example, a comparison of the thing’s created time VS “current date time”? As current date time will always change, perhaps the search constraints will be considered as different and so Bubble will call it again to collect new data?