diff options
author | bobzel <zzzman@gmail.com> | 2020-08-05 17:15:02 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-08-05 17:15:02 -0400 |
commit | d254d35d8d1fc10e9ca7ef5b9db06cd138b2d102 (patch) | |
tree | f006424685a8971cc430a1eb9afb4483465a5d64 /src/fields/Doc.ts | |
parent | a9fbb81375d3e97b808d2cb90e68c9716ee916b7 (diff) | |
parent | 201da4ecf5c91595dc1c7fb51e360bb75af613f8 (diff) |
Merge branch 'schema_search'
Diffstat (limited to 'src/fields/Doc.ts')
-rw-r--r-- | src/fields/Doc.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fields/Doc.ts b/src/fields/Doc.ts index f4505d475..ad6a9ac1d 100644 --- a/src/fields/Doc.ts +++ b/src/fields/Doc.ts @@ -1266,4 +1266,4 @@ Scripting.addGlobal(function selectedDocs(container: Doc, excludeCollections: bo return docs.length ? new List(docs) : prevValue; }); Scripting.addGlobal(function setDocFilter(container: Doc, key: string, value: any, modifiers?: "match" | "check" | "x" | undefined) { Doc.setDocFilter(container, key, value, modifiers); }); -Scripting.addGlobal(function setDocFilterRange(container: Doc, key: string, range: number[]) { Doc.setDocFilterRange(container, key, range); });
\ No newline at end of file +Scripting.addGlobal(function setDocFilterRange(container: Doc, key: string, range: number[]) { Doc.setDocFilterRange(container, key, range); }); |