We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bcd04a2 + b1b9221 commit 8dfea4cCopy full SHA for 8dfea4c
README.md
@@ -361,7 +361,7 @@ $scope.books = [
361
</li>
362
```
363
###fuzzyBy
364
-fuzzy string searching(approximate string matching) by property(nested to). [Ream more](http://en.wikipedia.org/wiki/Approximate_string_matching)<br/>
+fuzzy string searching(approximate string matching) by property(nested to). [Read more](http://en.wikipedia.org/wiki/Approximate_string_matching)<br/>
365
usage: ```collection | fuzzyBy: 'property': search: caseSensitive[optional]```
366
```js
367
$scope.books = [
0 commit comments