Is there a workaround to having an “or” function when doing a search? Inthis case, all these constraints have to be true to return a value, but is there a way I could search for users where “S: Instagram isn’t empty” OR “S: Facebook isn’t empty”?
Hi there, @phetxdphet… as @maheshkasindi mentioned, you can use an advanced filter, although, those filters can be slow because the data is filtered on the client side. Another option is to merge two searches together with the merged with operator. So, do a search for users where S: Instagram isn't empty and merge that with a search for users where S: Facebook isn't empty.