Veröffentlicht Tue, 23 Jun 2020 17:11:06 GMT von 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
Veröffentlicht Wed, 24 Jun 2020 12:12:48 GMT von 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

Sie müssen angemeldet sein um Beiträge in den Foren zu erstellen.