Posted Tue, 23 Jun 2020 17:11:06 GMT by Adriano González IT Solutions Architect
Hi all,
I'm using the .NET API and I'm creating queries with dialogexpression and they run well. Now I'd like to mix logic operators (and, or) but I can't find a way to do it. To date I have only been able to join criteria using "and" operator. Does anyone know how these kinds of queries can be performed since the dialogexpression works in this way?

var query = new DialogExpression()
                {
                    Operation = DialogExpressionOperation.And,
                    Condition = searchCriterias,
                    Count = 100
                };

Thanks in advance
Posted Wed, 24 Jun 2020 12:12:48 GMT by Florian Mittermeier DocuWare GmbH Software Engineer
Hi Adriano,
there is no other way to do complex queries as combine and merge single dialog expressions.
Perhaps in the distant future you will be able to perform complex queries with the dialog expressions.

Best regards
Florian

You must be signed in to post in this forum.