Skip to content

Commit ab4db01

Browse files
committed
Merge pull request #167 from toddbranch/update-filterBy-doc
docs(README): add 'strict' filterBy functionality
2 parents eadb09d + 4f97ea5 commit ab4db01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Clive 30
195195
```
196196
###filterBy
197197
Filter a collection by a specific property.<br/>
198-
**Usage:** ```collection | filterBy: [prop, nested.prop, etc..]: search```<br/>
198+
**Usage:** ```collection | filterBy: [prop, nested.prop, etc..]: search: strict[optional]```<br/>
199199
**Note:** You can even use compound properties (e.g: ```|filterBy: [property + property]: model```)<br/>
200200
201201
```js

0 commit comments

Comments
 (0)