File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 23
23
* which have property `name` containing "M" and property `phone` containing "1". A special
24
24
* property name `$` can be used (as in `{$:"text"}`) to accept a match against any
25
25
* property of the object. That's equivalent to the simple substring match with a `string`
26
- * as described above.
26
+ * as described above. The predicate can be negated by prefixing the string with `!`.
27
+ * For Example `{name: "!M"}` predicate will return an array of items which have property `name`
28
+ * not containing "M".
27
29
*
28
30
* - `function(value, index)`: A predicate function can be used to write arbitrary filters. The
29
31
* function is called for each element of `array`. The final result is an array of those
You can’t perform that action at this time.
0 commit comments