Skip to content
Snippets Groups Projects
Commit e0e29499 authored by Hemming,J. (Jacob)'s avatar Hemming,J. (Jacob)
Browse files

Documentation

parent 188037f3
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,11 @@ func createConstraintBoolExpression(constraint *entity.QueryConstraintStruct, na
line string
)
// Constraint datatypes back end
// text MatchTypes: EQ/NEQ/contains/excludes
// number MatchTypes: EQ/NEQ/GT/LT/GET/LET
// bool MatchTypes: EQ/NEQ
switch constraint.DataType {
case "text":
value = fmt.Sprintf("\"%s\"", constraint.Value)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment