Skip to content

Commit ec6fc73

Browse files
authored
Add example links for less_than and greater_than
See: b47fcb62215964b97f144817fca6110e942548e1 metafacture/metafacture-playground@b47fcb6 metafacture/metafacture-playground@892e3ad
1 parent ce9bce2 commit ec6fc73

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1296,6 +1296,9 @@ if exists("<sourceField>")
12961296
12971297
Executes the functions if/unless the field value is greater than the given value.
12981298
1299+
1300+
[Example in Playground](https://metafacture.org/playground/?example=greater_than)
1301+
12991302
[Java Code](https://github.com/search?type=code&q=repo:metafacture/metafacture-core+path:FixConditional.java+"+greater_than+{")
13001303
13011304
#### `in`
@@ -1378,6 +1381,8 @@ Executes the functions if/unless the field value equals `true` or `1`.
13781381
13791382
Executes the functions if/unless the field value is less than the given value.
13801383
1384+
[Example in Playground](https://metafacture.org/playground/?example=less_than)
1385+
13811386
[Java Code](https://github.com/search?type=code&q=repo:metafacture/metafacture-core+path:FixConditional.java+"+less_than+{")
13821387
13831388
#### `match`

0 commit comments

Comments
 (0)