Is it possible to search for a user with two criterions, and to return a list of results if either criterions are correct?

I’m experimenting with making a message feed with a repeating group, and want to show all messages that are from people you follow or from messages that are ‘promoted’. However I can’t find any way to add multiple data sources to the repeating group or change criterions to only require one to be true in order to be listed, is there any way to do this?

Thanks in advance,

You can do a first Search with one criterion and :merged with another search with the other criterion.

1 Like