Field operators and data service Q&A

Which operators are available for fields when using data service?

2 Likes

These operators are available (as of Litium 7.4.2). You can find this information using the example from here: https://docs.litium.com/documentation/architecture/data-service

Boolean: null, any, True, False
Date: null, any, eq, gt, gte, lt, lte, neq
DateTime: null, any, eq, gt, gte, lt, lte, neq
Decimal: null, any, eq, gt, gte, lt, lte, neq
DecimalOption: null, any, contains
Editor: null, any
Int: null, any, eq, gt, gte, lt, lte, neq
IntOption: null, any, contains
Long: null, any, eq, gt, gte, lt, lte, neq
MediaPointerFile: null, any, eq, neq
MediaPointerImage: null, any, eq, neq
MultirowText: null, any, contains, eq, neq, not-contains
Pointer: null, any, eq, neq
Text: null, any, contains, eq, neq, not-contains
TextOption: null, any, contains

4 Likes

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.