投稿済み Tue, 23 Jun 2020 17:11:06 GMT 、投稿者 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
投稿済み Wed, 24 Jun 2020 12:12:48 GMT 、投稿者 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

フォーラムに投稿するためにはログインが必要です。