Changes between Version 2 and Version 3 of DeveloperGuidelines/EdenMobile/Services/emDB
- Timestamp:
- 11/23/17 22:38:19 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/EdenMobile/Services/emDB
v2 v3 62 62 63 63 Negation has two alternatives as well: 64 {{{ 64 {{{#!js 65 65 // Global not() function 66 66 var query = not(field.in([5, 6, 7]));