Module
ExistsFilter
        ExistsFilter ( fieldName )
    
    Filters documents where a specified field exists and contains a value. 
  | 
Method Summary
| Returns | Name | Description | 
|---|---|---|
String | _type() | The type of ejs object. For internal use only. | 
Object | cache(trueFalse) | Enable or disable caching of the filter | 
Object | cacheKey(key) | Sets the cache key. | 
Object | field(name) | Sets the field to check for missing values. | 
Object | name(name) | Sets the filter name. | 
Object | toJSON() | Returns the filter object. | 
Method Detail
cache
        Object cache ( trueFalse )
    
    Enable or disable caching of the filter 
  | 
cacheKey
        Object cacheKey ( key )
    
    Sets the cache key. 
  | 
field
        Object field ( name )
    
    Sets the field to check for missing values. 
  | 
name
        Object name ( name )
    
    Sets the filter name. 
  |