Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf69ca62

Browse files
authored
docs: update docs for caseSensitive option (#18)
1 parent20e1b2a commitf69ca62

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

‎README.md‎

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ The `search` API gives approximate matched strings with the passed query in the
120120

121121
###`includeMatches`
122122

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 -
124125

125126
1. The index of query string where match is found.
126127
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
242243
no match and those options are removed from the result.
243244
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.
244245

246+
###`caseSensitive`
247+
248+
Determines whether the query should be case-sensitive or not.
249+
By default, this option is`false`.
250+
245251
##Set up
246252

247253
Install packages:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp