We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eadb09d + 4f97ea5 commit ab4db01Copy full SHA for ab4db01
README.md
@@ -195,7 +195,7 @@ Clive 30
195
```
196
###filterBy
197
Filter a collection by a specific property.<br/>
198
-**Usage:** ```collection | filterBy: [prop, nested.prop, etc..]: search```<br/>
+**Usage:** ```collection | filterBy: [prop, nested.prop, etc..]: search: strict[optional]```<br/>
199
**Note:** You can even use compound properties (e.g: ```|filterBy: [property + property]: model```)<br/>
200
201
```js
0 commit comments