diff options
Diffstat (limited to 'src/fields/Doc.ts')
-rw-r--r-- | src/fields/Doc.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fields/Doc.ts b/src/fields/Doc.ts index dd3f11444..a8e2440ca 100644 --- a/src/fields/Doc.ts +++ b/src/fields/Doc.ts @@ -1513,6 +1513,7 @@ export namespace Doc { } export const FilterSep = '::'; + export const FilterAny = '--any--'; // filters document in a container collection: // all documents with the specified value for the specified key are included/excluded |