We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00cac6e commit d9ed9c5Copy full SHA for d9ed9c5
src/ng/filter/filter.js
@@ -14,8 +14,8 @@
14
*
15
* Can be one of:
16
17
- * - `string`: Predicate that results in a substring match using the value of `expression`
18
- * string. All strings or objects with string properties in `array` that contain this string
+ * - `string`: The string is evaluated as an expression and the resulting value is used for substring match against
+ * the contents of the `array`. All strings or objects with string properties in `array` that contain this string
19
* will be returned. The predicate can be negated by prefixing the string with `!`.
20
21
* - `Object`: A pattern object can be used to filter specific properties on objects contained
0 commit comments