You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,8 @@ The `search` API gives approximate matched strings with the passed query in the
120
120
121
121
###`includeMatches`
122
122
123
-
`includeMatches` - Determines whether the`indices` at which characters matche should be returned in the response. Each`match` element consists of two indices -
123
+
`includeMatches` - Determines whether the`indices` at which characters match should be returned in the response.
124
+
Each`match` element consists of two indices -
124
125
125
126
1. The index of query string where match is found.
126
127
2. The index of target string where a match is found.
@@ -242,6 +243,11 @@ Determines whether a score should be added in the result. A score of `1` means a
242
243
no match and those options are removed from the result.
243
244
If you want to get all the options in the result, please open an[issue](https://github.com/ad1992/fuzzy/issues) and let's discuss.
244
245
246
+
###`caseSensitive`
247
+
248
+
Determines whether the query should be case-sensitive or not.