diff --git a/projects/netgrif-components-core/src/lib/filter/models/case-search-request-body.ts b/projects/netgrif-components-core/src/lib/filter/models/case-search-request-body.ts index c90158987..a5cde6401 100644 --- a/projects/netgrif-components-core/src/lib/filter/models/case-search-request-body.ts +++ b/projects/netgrif-components-core/src/lib/filter/models/case-search-request-body.ts @@ -52,6 +52,10 @@ export interface CaseSearchRequestBody { * for more information. */ query?: string; + /** + * A switch for resolving query the old way or by Groovy compiler for dynamic code in queries. + */ + dynamicQuery?: boolean; /** * Returned cases must have the specified ID. * If more than one ID is specified, the returned cases must have one of them.